diff --git a/source/resource/entity/1.10.0/entity.json b/source/resource/entity/1.10.0/entity.json index 8766a7e4..97410194 100644 --- a/source/resource/entity/1.10.0/entity.json +++ b/source/resource/entity/1.10.0/entity.json @@ -48,6 +48,12 @@ "minProperties": 1, "additionalProperties": { "type": "string", "description": "The reference to the geometry", "title": "Geometry Reference" } }, + "hide_armor": { + "type": "boolean", + "default": true, + "title": "Hide Armor", + "description": "Hides or shows the possible armor" + }, "identifier": { "type": "string", "description": "The entity indentifier", diff --git a/source/resource/entity/1.8.0/entity.json b/source/resource/entity/1.8.0/entity.json index 69e49bbc..0f5cd5f6 100644 --- a/source/resource/entity/1.8.0/entity.json +++ b/source/resource/entity/1.8.0/entity.json @@ -65,6 +65,12 @@ "minProperties": 1, "additionalProperties": { "type": "string", "description": "The reference to the geometry", "title": "Geometry Reference" } }, + "hide_armor": { + "type": "boolean", + "default": true, + "title": "Hide Armor", + "description": "Hides or shows the possible armor" + }, "identifier": { "type": "string", "description": "The entity indentifier",