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

33 lines
1.2 KiB
JSON

{ "parent": "block/block",
"textures": {
"side": "block/spawner",
"top": "block/spawner_top",
"particle": "#top"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "down"}
}
},
{
"to": [0, 0, 0],
"from": [16, 16, 16],
"faces": {
"north": {"uv": [0, 16, 16, 0], "texture": "#top", "cullface": "south"},
"east": {"uv": [0, 16, 16, 0], "texture": "#top", "cullface": "west"},
"south": {"uv": [0, 16, 16, 0], "texture": "#top", "cullface": "north"},
"west": {"uv": [0, 16, 16, 0], "texture": "#top", "cullface": "east"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "down"},
"down": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}
}
}
]
}