Updatedf
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"type": "object",
|
||||
"title": "Ambient Sound Interval 1.16.0",
|
||||
"description": "Sets the entity's delay between playing its ambient sound.",
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"event_name": {
|
||||
"type": "string",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"title": "Boostable 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"description": "Defines the conditions and behavior of a rideable entity's boost",
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"duration": { "type": "number", "default": 3, "description": "Time in seconds for the boost.", "title": "Duration" },
|
||||
"speed_multiplier": {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"type": "object",
|
||||
"description": "An entity definitions that this entity can breed with.",
|
||||
"additionalItems": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"baby_type": { "type": "string", "description": "The entity definition of this entity's babies.", "title": "Baby Type" },
|
||||
"breed_event": { "$ref": "../types/event.json", "description": "Event to run when this entity breeds.", "title": "Breed Event" },
|
||||
@@ -52,7 +52,7 @@
|
||||
"title": "Environment Requirements"
|
||||
}
|
||||
},
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"allow_sitting": { "description": "If true, entities can breed while sitting.", "type": "boolean", "default": false, "title": "Allow Sitting" },
|
||||
"blend_attributes": {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"title": "Equipment 1.16.0",
|
||||
"description": "Sets the equipment table to use for the entity.",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"slot_drop_chance": {
|
||||
"type": "array",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"title": "Equippable 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"description": "Defines an entity's behavior for having items equipped to it",
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"slots": {
|
||||
"description": "List of slots and the item that can be equipped",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"title": "Explode 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"description": "Defines how the entity explodes.",
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"breaks_blocks": {
|
||||
"type": "boolean",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "Defines sets of items that can be used to trigger events when used on this entity. The item will also be taken and placed in the entity's inventory.",
|
||||
"type": "object",
|
||||
"title": "Giveable 1.16.0",
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"triggers": {
|
||||
"description": "Defines sets of items that can be used to trigger events when used on this entity. The item will also be taken and placed in the entity's inventory.",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"value": {
|
||||
"description": "UNDOCUMENTED",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"type": "object",
|
||||
"title": "Inventory 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"additional_slots_per_strength": {
|
||||
"type": "integer",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"type": "object",
|
||||
"title": "Lookat 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"allow_invulnerable": {
|
||||
"type": "boolean",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"title": "Movement.jump 1.16.0",
|
||||
"description": "Move control that causes the mob to jump as it moves with a specified delay between jumps.",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"jump_delay": {
|
||||
"type": "array",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"title": "Nameable 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"description": "Allows this entity to be named (e.g. using a name tag).",
|
||||
"required": [],
|
||||
|
||||
"definitions": {
|
||||
"name_action": {
|
||||
"type": "object",
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"controlling_seat": {
|
||||
"type": "integer",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"type": "object",
|
||||
"title": "Scheduler 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"min_delay_secs": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Minimum Delay Secs", "minimum": 0 },
|
||||
"max_delay_secs": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Maximum Delay Secs", "minimum": 0 },
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"type": "object",
|
||||
"title": "Shareables 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"all_items": {
|
||||
"type": "boolean",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"type": "object",
|
||||
"title": "Shooter 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"aux_val": { "type": "integer", "title": "Aux Val", "default": -1, "description": "ID of the Potion effect to be applied on hit" },
|
||||
"def": {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"description": "Adds a timer after which this entity will spawn another entity or item (similar to vanilla's chicken's egg-laying behavior).",
|
||||
"title": "Spawn Entity 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"definitions": {
|
||||
"entity_spawn": {
|
||||
"additionalProperties": false,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"type": "object",
|
||||
"title": "Strength 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"max": { "type": "integer", "default": 5, "description": "The maximum strength of this entity", "title": "Maximum" },
|
||||
"value": { "type": "integer", "default": 1, "description": "The initial value of the strength", "title": "Value" }
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"attempt_temper_mod": {
|
||||
"type": "integer",
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"type": "object",
|
||||
"title": "Trade Resupply 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"type": "object",
|
||||
"title": "Trail 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"block_type": {
|
||||
"type": "string",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"type": "object",
|
||||
"title": "Transformation 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {
|
||||
"add": {
|
||||
"type": "object",
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
"type": "object",
|
||||
"title": "Wants Jockey 1.16.0",
|
||||
"additionalProperties": false,
|
||||
"required": [],
|
||||
|
||||
"properties": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user