Updated spawn_egg

This commit is contained in:
DaanV2
2021-11-01 12:20:30 +01:00
parent e38bd9cf0b
commit 08939e76e1
2 changed files with 8 additions and 0 deletions

View File

@@ -211,6 +211,10 @@
"description": "The definition of how the spawn_egg icon looks like", "description": "The definition of how the spawn_egg icon looks like",
"title": "Spawn Egg", "title": "Spawn Egg",
"dependencies": { "texture_index": ["texture"], "base_colour": ["overlay_color"], "overlay_color": ["base_color"] }, "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": { "properties": {
"base_color": { "base_color": {
"type": "string", "type": "string",

View File

@@ -169,6 +169,10 @@
"description": "The definition of how the spawn_egg icon looks like", "description": "The definition of how the spawn_egg icon looks like",
"title": "Spawn Egg", "title": "Spawn Egg",
"dependencies": { "texture_index": ["texture"], "base_colour": ["overlay_color"], "overlay_color": ["base_color"] }, "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": { "properties": {
"base_color": { "base_color": {
"type": "string", "type": "string",