This commit is contained in:
DaanV2
2022-07-20 21:30:00 +02:00
parent 8b85afe464
commit 95080f236a
2 changed files with 12 additions and 0 deletions

View File

@@ -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",

View File

@@ -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",