Added comments
This commit is contained in:
@@ -2,8 +2,7 @@
|
|||||||
"$id": "blockception.minecraft.behavior.entity.1.8.0",
|
"$id": "blockception.minecraft.behavior.entity.1.8.0",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Entity Behavior 1.8.0",
|
"title": "Entity Behavior 1.8.0",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "The minecraft entity behavior specification",
|
||||||
"$comment": "UNDOCUMENTED",
|
|
||||||
"required": ["format_version", "minecraft:entity"],
|
"required": ["format_version", "minecraft:entity"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"format_version": {
|
"format_version": {
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
"title": "Component Groups",
|
"title": "Component Groups",
|
||||||
"description": "The components groups to add or remove",
|
"description": "The components groups to add or remove",
|
||||||
"type": "array",
|
"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"
|
"title": "Sequences"
|
||||||
},
|
},
|
||||||
"filters": { "$ref": "./../filters/filters.json" },
|
"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" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Conditional Animation",
|
"title": "Conditional Animation",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "A conditional statement to run the animation under a specified condition",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
"additionalProperties": { "type": "string", "title": "Animation" }
|
"additionalProperties": { "type": "string", "title": "Animation" }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user