ploof-pack/faithless/assets/minecraft/models/block/sniffer_egg.json

20 lines
497 B
JSON

{
"parent": "block/block",
"textures": {
"particle": "#all"
},
"elements": [
{
"from": [1, 0, 2],
"to": [15, 16, 14],
"faces": {
"north": {"uv": [0.5, 8, 7.5, 16], "texture": "#all"},
"east": {"uv": [1, 0, 7, 8], "texture": "#all"},
"south": {"uv": [0.5, 8, 7.5, 16], "texture": "#all"},
"west": {"uv": [1, 0, 7, 8], "texture": "#all"},
"up": {"uv": [8.5, 1, 15.5, 7], "texture": "#all"},
"down": {"uv": [8.5, 9, 15.5, 15], "texture": "#all"}
}
}
]
}