Replaced undocumented
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.behavior.entity1.16.100",
|
||||
"type": "object",
|
||||
"title": "Entity Behavior 1.16.100",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"required": ["format_version", "minecraft:entity"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
"properties": {
|
||||
"add": { "$ref": "#/definitions/addremove", "description": "What gets added when the event gets triggered", "title": "Add" },
|
||||
"remove": { "$ref": "#/definitions/addremove", "description": "What gets removed when the event gets triggered", "title": "Remove" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTATED", "title": "Trigger" },
|
||||
"trigger": { "type": "string", "description": "UNDOCUMENTED", "title": "Trigger" },
|
||||
"weight": { "type": "number", "description": "UNDOCUMENTATED: weight", "title": "Weight" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
{
|
||||
"type": "object",
|
||||
"title": "Conditional Animation",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"description": "UNDOCUMENTED",
|
||||
"additionalProperties": { "type": "string", "title": "Animation" }
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user