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

39 lines
1.0 KiB
JSON

{
"parent": "item/end_portal_frame",
"textures": {
"1": "item/stonecutter",
"particle": "block/stonecutter_bottom",
"top": "block/stonecutter_top",
"side": "block/stonecutter_side",
"saw": "block/stonecutter_saw"
},
"elements": [
{
"from": [6, 0, 6],
"to": [10, 0, 10],
"shade": false,
"faces": {
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"from": [0, 0, 0],
"to": [16, 9, 16],
"faces": {
"north": {"uv": [0, 7, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 7, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 7, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 7, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top"}
}
},
{
"from": [1, 9, 8],
"to": [15, 16, 8],
"faces": {
"north": {"uv": [1, 9, 15, 16], "texture": "#saw", "tintindex": 0},
"south": {"uv": [1, 9, 15, 16], "texture": "#saw", "tintindex": 0}
}
}
]
}