Updated
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.16.0.minecraft.behavior.send_event",
|
||||
"description": "Allows the mob to send an event to another mob.",
|
||||
"type": "object",
|
||||
"title": "Send event 1.16.0",
|
||||
"title": "Send Event 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
"definitions": {
|
||||
@@ -14,32 +14,16 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"base_delay": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Amount of time in seconds before starting this step"
|
||||
},
|
||||
"event": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "The event to send to the entity"
|
||||
},
|
||||
"sound_event": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "The sound event to play when this step happens"
|
||||
}
|
||||
"base_delay": { "type": "number", "default": 0, "description": "Amount of time in seconds before starting this step" },
|
||||
"event": { "type": "string", "default": "", "description": "The event to send to the entity" },
|
||||
"sound_event": { "type": "string", "default": "", "description": "The sound event to play when this step happens" }
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"cast_duration": {
|
||||
"type": "number",
|
||||
"description": "Time in seconds for the entire event sending process",
|
||||
"title": "TODO title"
|
||||
},
|
||||
"cast_duration": { "type": "number", "description": "Time in seconds for the entire event sending process", "title": "TODO Title" },
|
||||
"event_choices": {
|
||||
"type": "array",
|
||||
"title": "UNDOCUMENTATED",
|
||||
@@ -50,51 +34,18 @@
|
||||
"title": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"properties": {
|
||||
"min_activation_range": {
|
||||
"type": "number",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"max_activation_range": {
|
||||
"type": "number",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"cooldown_time": {
|
||||
"type": "number",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"cast_duration": {
|
||||
"type": "number",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"filters": {
|
||||
"$ref": "../filters.json"
|
||||
},
|
||||
"particle_color": {
|
||||
"type": "string",
|
||||
"format": "color-hex",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"weight": {
|
||||
"type": "integer",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"start_sound_event": {
|
||||
"type": "string",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"sequence": {
|
||||
"$ref": "#/definitions/sequence"
|
||||
}
|
||||
"min_activation_range": { "type": "number", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"max_activation_range": { "type": "number", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"cooldown_time": { "type": "number", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"cast_duration": { "type": "number", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"filters": { "$ref": "../filters.json" },
|
||||
"particle_color": { "type": "string", "format": "color-hex", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"weight": { "type": "integer", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"start_sound_event": { "type": "string", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"sequence": { "$ref": "#/definitions/sequence" }
|
||||
}
|
||||
}
|
||||
},
|
||||
"sequence": { "$ref": "#/definitions/sequence", "description": "TODO description", "title": "TODO title" }
|
||||
"sequence": { "$ref": "#/definitions/sequence", "description": "TODO description", "title": "TODO Title" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user