Updated spawn_egg
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user