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

62 lines
1.7 KiB
JSON

{
"parent": "block/block",
"textures": {
"0": "block/furnace_bottom",
"2": "block/furnace_side",
"3": "block/furnace_top",
"5": "block/furnace_fire",
"6": "block/furnace_on_inner",
"7": "block/furnace_on",
"particle": "block/furnace_side"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"}
}
},
{
"from": [0, 0, 0],
"to": [16, 16, 0],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 8, 8], "texture": "#7", "cullface": "north"}
}
},
{
"from": [0, 0, 3],
"to": [16, 16, 3],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#5", "cullface": "north"}
}
},
{
"from": [2, 1, 15],
"to": [14, 15, 0],
"shade": false,
"faces": {
"north": {"uv": [8.5, 8.5, 15.5, 15.5], "texture": "#6", "cullface": "north"},
"east": {"uv": [0, 0.5, 7.5, 7.5], "texture": "#6", "cullface": "north"},
"west": {"uv": [7.5, 0.5, 0, 7.5], "texture": "#6", "cullface": "north"},
"up": {"uv": [8.5, 7.5, 15.5, 0], "texture": "#6", "cullface": "north"},
"down": {"uv": [0.5, 16, 7.5, 8.5], "texture": "#6", "cullface": "north"}
}
},
{
"from": [2, 9, 0],
"to": [14, 9, 15],
"shade": false,
"faces": {
"up": {"uv": [15.5, 16, 8.5, 8.5], "texture": "#7", "cullface": "north"},
"down": {"uv": [15.5, 0.5, 8.5, 8], "texture": "#7", "cullface": "north"}
}
}
]
}