diff --git a/source/resource/entity/1.10.0/entity.json b/source/resource/entity/1.10.0/entity.json index 53f7222f..05d600d1 100644 --- a/source/resource/entity/1.10.0/entity.json +++ b/source/resource/entity/1.10.0/entity.json @@ -54,6 +54,12 @@ "title": "Hide Armor", "description": "Hides or shows the possible armor" }, + "held_item_ignores_lighting": { + "type": "boolean", + "default": false, + "title": "Held Item Ignores Lighting", + "description": "This determines if the item held by an entity should render fully lit up (if true), or depending on surrounding lighting." + }, "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 456f933b..737b74ce 100644 --- a/source/resource/entity/1.8.0/entity.json +++ b/source/resource/entity/1.8.0/entity.json @@ -71,6 +71,12 @@ "title": "Hide Armor", "description": "Hides or shows the possible armor" }, + "held_item_ignores_lighting": { + "type": "boolean", + "default": false, + "title": "Held Item Ignores Lighting", + "description": "This determines if the item held by an entity should render fully lit up (if true), or depending on surrounding lighting." + }, "identifier": { "type": "string", "description": "The entity indentifier",