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

21 lines
629 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"credit": "Made with Blockbench",
"textures": {
"bar": "block/bell",
"particle": "block/bell_particle"
},
"elements": [
{
"from": [3, 13, 7],
"to": [16, 15, 9],
"faces": {
"north": {"uv": [12, 0, 14, 13], "rotation": 270, "texture": "#bar"},
"east": {"uv": [12, 0, 14, 1], "texture": "#bar", "cullface": "east"},
"south": {"uv": [12, 3, 14, 16], "rotation": 270, "texture": "#bar"},
"west": {"uv": [12, 11, 14, 13], "texture": "#bar"},
"up": {"uv": [14, 3, 16, 16], "rotation": 270, "texture": "#bar"},
"down": {"uv": [10, 3, 12, 16], "rotation": 270, "texture": "#bar"}
}
}
]
}