mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-30 16:28:00 +01:00
32 lines
921 B
JSON
32 lines
921 B
JSON
|
{
|
||
|
"textures": {
|
||
|
"particle": "unicopia:block/mysterious_egg",
|
||
|
"all": "unicopia:block/mysterious_egg"
|
||
|
},
|
||
|
"elements": [
|
||
|
{
|
||
|
"from": [4, 1, 4],
|
||
|
"to": [12, 12, 12],
|
||
|
"faces": {
|
||
|
"north": {"uv": [7, 7, 11, 13], "texture": "#all"},
|
||
|
"east": {"uv": [7, 7, 11, 13], "texture": "#all"},
|
||
|
"south": {"uv": [7, 7, 11, 13], "texture": "#all"},
|
||
|
"west": {"uv": [7, 7, 11, 13], "texture": "#all"},
|
||
|
"up": {"uv": [7, 1, 11, 5], "texture": "#all"},
|
||
|
"down": {"uv": [7, 1, 11, 5], "texture": "#all"}
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"from": [3, 0, 3],
|
||
|
"to": [13, 13, 13],
|
||
|
"faces": {
|
||
|
"north": {"uv": [0, 6, 6, 14], "texture": "#all"},
|
||
|
"east": {"uv": [0, 6, 6, 14], "texture": "#all"},
|
||
|
"south": {"uv": [0, 6, 6, 14], "texture": "#all"},
|
||
|
"west": {"uv": [0, 6, 6, 14], "texture": "#all"},
|
||
|
"up": {"uv": [0, 0, 6, 6], "texture": "#all"},
|
||
|
"down": {"uv": [0, 0, 6, 6], "texture": "#all"}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|