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

86 lines
2.3 KiB
JSON

{
"credit": "Made with Blockbench",
"parent": "item/end_portal_frame",
"ambientocclusion": false,
"textures": {
"2": "block/anvil_base",
"4": "block/anvil_top",
"5": "block/anvil_side",
"6": "item/anvil",
"particle": "block/anvil",
"body": "block/anvil"
},
"elements": [
{
"from": [6, 3, 6],
"to": [10, 3, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#6"}
}
},
{
"from": [2, 0, 2],
"to": [14, 4, 14],
"faces": {
"north": {"uv": [2, 12, 14, 16], "texture": "#5"},
"east": {"uv": [2, 12, 14, 16], "texture": "#body"},
"south": {"uv": [2, 12, 14, 16], "texture": "#5"},
"west": {"uv": [2, 12, 14, 16], "texture": "#body"},
"up": {"uv": [2, 2, 14, 14], "rotation": 180, "texture": "#2"}
}
},
{
"from": [4, 4, 3],
"to": [12, 5, 13],
"faces": {
"north": {"uv": [4, 11, 12, 12], "texture": "#5"},
"east": {"uv": [3, 11, 13, 12], "texture": "#body"},
"south": {"uv": [4, 11, 12, 12], "texture": "#5"},
"west": {"uv": [3, 11, 13, 12], "texture": "#body"},
"up": {"uv": [4, 3, 12, 13], "texture": "#2"}
}
},
{
"from": [6, 5, 4],
"to": [10, 10, 12],
"faces": {
"north": {"uv": [6, 6, 10, 11], "texture": "#5"},
"east": {"uv": [4, 6, 12, 11], "texture": "#body"},
"south": {"uv": [6, 6, 10, 11], "texture": "#5"},
"west": {"uv": [4, 6, 12, 11], "texture": "#body"}
}
},
{
"from": [3, 10, 0],
"to": [13, 16, 16],
"faces": {
"north": {"uv": [3, 0, 13, 6], "texture": "#5"},
"east": {"uv": [0, 0, 16, 6], "texture": "#body"},
"south": {"uv": [3, 0, 13, 6], "texture": "#5"},
"west": {"uv": [0, 0, 16, 6], "texture": "#body"},
"up": {"uv": [3, 0, 13, 16], "rotation": 180, "texture": "#4"}
}
},
{
"from": [13, 10, 0],
"to": [3, 16, 16],
"faces": {
"north": {"uv": [0, 6, 1, 7], "texture": "#body"},
"east": {"uv": [0, 6, 1, 7], "texture": "#body"},
"south": {"uv": [0, 6, 1, 7], "texture": "#body"},
"west": {"uv": [0, 6, 1, 7], "texture": "#body"}
}
},
{
"from": [14, 0, 2],
"to": [2, 4, 14],
"faces": {
"north": {"uv": [0, 6, 1, 7], "texture": "#body"},
"east": {"uv": [0, 6, 1, 7], "texture": "#body"},
"south": {"uv": [0, 6, 1, 7], "texture": "#body"},
"west": {"uv": [0, 6, 1, 7], "texture": "#body"}
}
}
]
}