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