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

25 lines
775 B
JSON

{
"parent": "block/block",
"textures": {
"0": "block/basalt_side_east",
"1": "block/basalt_side_north",
"2": "block/basalt_side_south",
"3": "block/basalt_side_west",
"4": "block/basalt_top",
"particle": "block/basalt_side_east"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#4", "cullface": "up"},
"down": {"uv": [0, 16, 16, 0], "texture": "#4", "cullface": "down"}
}
}
]
}