From 95080f236acfcba42bfd5600ebf12e117d2bcc41 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 20 Jul 2022 21:30:00 +0200 Subject: [PATCH] Updated --- source/resource/entity/1.10.0/entity.json | 6 ++++++ source/resource/entity/1.8.0/entity.json | 6 ++++++ 2 files changed, 12 insertions(+) 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",