diff --git a/source/behavior/entities/1.8.0/entities.json b/source/behavior/entities/1.8.0/entities.json index 12f8e7ac..8a4b9f8c 100644 --- a/source/behavior/entities/1.8.0/entities.json +++ b/source/behavior/entities/1.8.0/entities.json @@ -2,8 +2,7 @@ "$id": "blockception.minecraft.behavior.entity.1.8.0", "type": "object", "title": "Entity Behavior 1.8.0", - "description": "UNDOCUMENTED", - "$comment": "UNDOCUMENTED", + "description": "The minecraft entity behavior specification", "required": ["format_version", "minecraft:entity"], "properties": { "format_version": { diff --git a/source/behavior/entities/1.8.0/events.json b/source/behavior/entities/1.8.0/events.json index c37606eb..06735ea3 100644 --- a/source/behavior/entities/1.8.0/events.json +++ b/source/behavior/entities/1.8.0/events.json @@ -14,7 +14,7 @@ "title": "Component Groups", "description": "The components groups to add or remove", "type": "array", - "items": { "type": "string", "description": "UNDOCUMENTED: component groups", "title": "Component Groups" } + "items": { "type": "string", "description": "The component group to add or remove", "title": "Component Groups" } } } }, @@ -61,7 +61,7 @@ "title": "Sequences" }, "filters": { "$ref": "./../filters/filters.json" }, - "trigger": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Trigger" } + "trigger": { "type": "string", "description": "The additional event to trigger", "$comment": "UNDOCUMENTED", "title": "Trigger" } } } }, diff --git a/source/behavior/entities/1.8.0/minecraft.entity.json b/source/behavior/entities/1.8.0/minecraft.entity.json index 58c92b76..96928a74 100644 --- a/source/behavior/entities/1.8.0/minecraft.entity.json +++ b/source/behavior/entities/1.8.0/minecraft.entity.json @@ -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" } }