diff --git a/source/behavior/entities/1.10.0/minecraft.entity.json b/source/behavior/entities/1.10.0/minecraft.entity.json index 63b359f0..49d0ed03 100644 --- a/source/behavior/entities/1.10.0/minecraft.entity.json +++ b/source/behavior/entities/1.10.0/minecraft.entity.json @@ -1,7 +1,8 @@ { - "$id": "blockception.minecraft.behavior.entities.minecraft:entity", + "$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.10.0", "title": "Entity 1.10.0", "required": ["description"], + "dependencies": { "component_groups": ["events"] }, "additionalProperties": false, "type": "object", "properties": { @@ -60,7 +61,7 @@ { "type": "object", "title": "Conditional Animation", - "description": "UNDOCUMENTED", + "description": "A conditional statement to run the animation under a specified condition", "$comment": "UNDOCUMENTED", "additionalProperties": { "type": "string", "title": "Animation" } } diff --git a/source/behavior/entities/1.11.0/minecraft.entity.json b/source/behavior/entities/1.11.0/minecraft.entity.json index c5a6cbf7..17ca48af 100644 --- a/source/behavior/entities/1.11.0/minecraft.entity.json +++ b/source/behavior/entities/1.11.0/minecraft.entity.json @@ -1,8 +1,10 @@ { - "$id": "blockception.minecraft.behavior.entities.minecraft:entity", + "$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.11.0", "title": "Entity 1.11.0", "required": ["description"], + "dependencies": { "component_groups": ["events"] }, "additionalProperties": false, + "type": "object", "properties": { "description": { "required": ["identifier"], @@ -59,7 +61,7 @@ { "type": "object", "title": "Conditional Animation", - "description": "UNDOCUMENTED", + "description": "A conditional statement to run the animation under a specified condition", "$comment": "UNDOCUMENTED", "additionalProperties": { "type": "string", "title": "Animation" } } diff --git a/source/behavior/entities/1.12.0/minecraft.entity.json b/source/behavior/entities/1.12.0/minecraft.entity.json index 8df5b02a..52fefd02 100644 --- a/source/behavior/entities/1.12.0/minecraft.entity.json +++ b/source/behavior/entities/1.12.0/minecraft.entity.json @@ -1,8 +1,10 @@ { - "$id": "blockception.minecraft.behavior.entities.minecraft:entity", + "$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.12.0", "title": "Entity 1.12.0", "required": ["description"], + "dependencies": { "component_groups": ["events"] }, "additionalProperties": false, + "type": "object", "properties": { "description": { "required": ["identifier"], @@ -59,7 +61,7 @@ { "type": "object", "title": "Conditional Animation", - "description": "UNDOCUMENTED", + "description": "A conditional statement to run the animation under a specified condition", "$comment": "UNDOCUMENTED", "additionalProperties": { "type": "string", "title": "Animation" } } diff --git a/source/behavior/entities/1.13.0/minecraft.entity.json b/source/behavior/entities/1.13.0/minecraft.entity.json index 05cdb148..9da01aef 100644 --- a/source/behavior/entities/1.13.0/minecraft.entity.json +++ b/source/behavior/entities/1.13.0/minecraft.entity.json @@ -1,8 +1,10 @@ { - "$id": "blockception.minecraft.behavior.entities.minecraft:entity", + "$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.13.0", "title": "Entity 1.13.0", "required": ["description"], + "dependencies": { "component_groups": ["events"] }, "additionalProperties": false, + "type": "object", "properties": { "description": { "required": ["identifier"], @@ -59,7 +61,7 @@ { "type": "object", "title": "Conditional Animation", - "description": "UNDOCUMENTED", + "description": "A conditional statement to run the animation under a specified condition", "$comment": "UNDOCUMENTED", "additionalProperties": { "type": "string", "title": "Animation" } } diff --git a/source/behavior/entities/1.14.0/minecraft.entity.json b/source/behavior/entities/1.14.0/minecraft.entity.json index 5b6384de..f265a149 100644 --- a/source/behavior/entities/1.14.0/minecraft.entity.json +++ b/source/behavior/entities/1.14.0/minecraft.entity.json @@ -1,8 +1,10 @@ { - "$id": "blockception.minecraft.behavior.entities.minecraft:entity", + "$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.14.0", "title": "Entity 1.14.0", "required": ["description"], + "dependencies": { "component_groups": ["events"] }, "additionalProperties": false, + "type": "object", "properties": { "description": { "required": ["identifier"], @@ -59,7 +61,7 @@ { "type": "object", "title": "Conditional Animation", - "description": "UNDOCUMENTED", + "description": "A conditional statement to run the animation under a specified condition", "$comment": "UNDOCUMENTED", "additionalProperties": { "type": "string", "title": "Animation" } } diff --git a/source/behavior/entities/1.16.0/minecraft.entity.json b/source/behavior/entities/1.16.0/minecraft.entity.json index d3ec4593..0a37df37 100644 --- a/source/behavior/entities/1.16.0/minecraft.entity.json +++ b/source/behavior/entities/1.16.0/minecraft.entity.json @@ -2,8 +2,8 @@ "$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.16.0", "title": "Entity 1.16.0", "required": ["description"], - "additionalProperties": false, "dependencies": { "component_groups": ["events"] }, + "additionalProperties": false, "type": "object", "properties": { "description": { @@ -61,7 +61,7 @@ { "type": "object", "title": "Conditional Animation", - "description": "UNDOCUMENTED", + "description": "A conditional statement to run the animation under a specified condition", "$comment": "UNDOCUMENTED", "additionalProperties": { "type": "string", "title": "Animation" } } diff --git a/source/behavior/entities/1.16.100/minecraft.entity.json b/source/behavior/entities/1.16.100/minecraft.entity.json index 33abd911..b78f1ea8 100644 --- a/source/behavior/entities/1.16.100/minecraft.entity.json +++ b/source/behavior/entities/1.16.100/minecraft.entity.json @@ -2,8 +2,9 @@ "$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.16.100", "title": "Entity 1.16.100", "required": ["description"], - "additionalProperties": false, "dependencies": { "component_groups": ["events"] }, + "additionalProperties": false, + "type": "object", "properties": { "description": { "required": ["identifier"], @@ -60,7 +61,7 @@ { "type": "object", "title": "Conditional Animation", - "description": "UNDOCUMENTED", + "description": "A conditional statement to run the animation under a specified condition", "$comment": "UNDOCUMENTED", "additionalProperties": { "type": "string", "title": "Animation" } }