From 08939e76e11e15e08fb65eafc4eb215df21bb795 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 1 Nov 2021 12:20:30 +0100 Subject: [PATCH] Updated spawn_egg --- source/resource/entity/1.10.0/entity.json | 4 ++++ source/resource/entity/1.8.0/entity.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/source/resource/entity/1.10.0/entity.json b/source/resource/entity/1.10.0/entity.json index 97410194..d178282f 100644 --- a/source/resource/entity/1.10.0/entity.json +++ b/source/resource/entity/1.10.0/entity.json @@ -211,6 +211,10 @@ "description": "The definition of how the spawn_egg icon looks like", "title": "Spawn Egg", "dependencies": { "texture_index": ["texture"], "base_colour": ["overlay_color"], "overlay_color": ["base_color"] }, + "examples": [ + { "base_color": "#FFFFFF", "overlay_color": "#000000" }, + { "texture": "example_egg", "texture_index": 0 } + ], "properties": { "base_color": { "type": "string", diff --git a/source/resource/entity/1.8.0/entity.json b/source/resource/entity/1.8.0/entity.json index 0f5cd5f6..456f933b 100644 --- a/source/resource/entity/1.8.0/entity.json +++ b/source/resource/entity/1.8.0/entity.json @@ -169,6 +169,10 @@ "description": "The definition of how the spawn_egg icon looks like", "title": "Spawn Egg", "dependencies": { "texture_index": ["texture"], "base_colour": ["overlay_color"], "overlay_color": ["base_color"] }, + "examples": [ + { "base_color": "#FFFFFF", "overlay_color": "#000000" }, + { "texture": "example_egg", "texture_index": 0 } + ], "properties": { "base_color": { "type": "string",