auto: Formatted documents
This commit is contained in:
@@ -6,13 +6,23 @@
|
||||
"description": "Specifies hunt celebration behavior.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"broadcast": { "type": "boolean", "default": true, "description": "If true, celebration will be broadcasted to other entities in the radius.", "title": "Broadcast" },
|
||||
"broadcast": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "If true, celebration will be broadcasted to other entities in the radius.",
|
||||
"title": "Broadcast"
|
||||
},
|
||||
"celebration_targets": {
|
||||
"$ref": "../filters.json",
|
||||
"description": "The list of conditions that target of hunt must satisfy to initiate celebration.",
|
||||
"title": "Celeberation Targets"
|
||||
},
|
||||
"celebrate_sound": { "type": "string", "default": "", "description": "The sound event to play when the mob is celebrating", "title": "Celebrate Sound" },
|
||||
"celebrate_sound": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "The sound event to play when the mob is celebrating",
|
||||
"title": "Celebrate Sound"
|
||||
},
|
||||
"duration": { "type": "integer", "default": 4, "description": "Duration, in seconds, of celebration", "title": "Duration" },
|
||||
"radius": {
|
||||
"type": "number",
|
||||
|
||||
Reference in New Issue
Block a user