ploof-pack/faithless/assets/minecraft/models/item/furnace_minecart.json

63 lines
1.8 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "item/end_portal_frame",
"textures": {
"1": "item/furnace_minecart",
"2": "block/furnace_front",
"3": "block/furnace_side",
"4": "block/furnace_top",
"lantern": "block/entity/minecart_item"
},
"elements": [
{
"from": [6, 10, 6],
"to": [10, 10, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"from": [0, 0, 18],
"to": [16, 12, -2],
"faces": {
"north": {"uv": [0, 4, 4, 6.5], "texture": "#lantern"},
"east": {"uv": [4, 4, 9, 6.5], "texture": "#lantern"},
"south": {"uv": [9, 4, 13, 6.5], "texture": "#lantern"},
"west": {"uv": [4, 4, 9, 6.5], "texture": "#lantern"}
}
},
{
"from": [0, 0, -2],
"to": [16, 12, 18],
"faces": {
"north": {"uv": [0, 4, 4, 6.5], "texture": "#lantern"},
"east": {"uv": [4, 4, 9, 6.5], "texture": "#lantern"},
"south": {"uv": [9, 4, 13, 6.5], "texture": "#lantern"},
"west": {"uv": [4, 4, 9, 6.5], "texture": "#lantern"},
"up": {"uv": [4, 0, 9, 4], "rotation": 90, "texture": "#lantern"}
}
},
{
"from": [14, 12, 16],
"to": [2, 2, 0],
"faces": {
"north": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#lantern"},
"east": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#lantern"},
"south": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#lantern"},
"west": {"uv": [0, 0, 4, 2], "rotation": 180, "texture": "#lantern"},
"up": {"uv": [9, 0, 13, 3], "rotation": 90, "texture": "#lantern"}
}
},
{
"from": [2, 6, 0],
"to": [14, 18, 12],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#3"},
"east": {"uv": [0, 0, 16, 16], "texture": "#3"},
"south": {"uv": [0, 0, 16, 16], "texture": "#2"},
"west": {"uv": [0, 0, 16, 16], "texture": "#3"},
"up": {"uv": [0, 0, 16, 16], "texture": "#4"}
}
}
]
}