This commit is contained in:
DaanV2
2021-07-04 16:02:48 +02:00
parent 6a4aeaace0
commit f6556dec13
65 changed files with 69 additions and 213 deletions

View File

@@ -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",

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -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",

View File

@@ -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",

View File

@@ -4,7 +4,7 @@
"title": "Explode 1.16.0",
"additionalProperties": false,
"description": "Defines how the entity explodes.",
"required": [],
"properties": {
"breaks_blocks": {
"type": "boolean",

View File

@@ -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.",

View File

@@ -5,7 +5,7 @@
"additionalProperties": false,
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"required": [],
"properties": {
"value": {
"description": "UNDOCUMENTED",

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Inventory 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"additional_slots_per_strength": {
"type": "integer",

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Lookat 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"allow_invulnerable": {
"type": "boolean",

View File

@@ -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",

View File

@@ -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",

View File

@@ -33,7 +33,7 @@
}
}
},
"required": [],
"properties": {
"controlling_seat": {
"type": "integer",

View File

@@ -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 },

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Shareables 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"all_items": {
"type": "boolean",

View File

@@ -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": {

View File

@@ -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,

View File

@@ -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" }

View File

@@ -33,7 +33,7 @@
}
}
},
"required": [],
"properties": {
"attempt_temper_mod": {
"type": "integer",

View File

@@ -5,6 +5,6 @@
"type": "object",
"title": "Trade Resupply 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {}
}

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Trail 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"block_type": {
"type": "string",

View File

@@ -4,7 +4,7 @@
"type": "object",
"title": "Transformation 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {
"add": {
"type": "object",

View File

@@ -4,6 +4,6 @@
"type": "object",
"title": "Wants Jockey 1.16.0",
"additionalProperties": false,
"required": [],
"properties": {}
}