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

20 lines
499 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": [7, 13, 7],
"to": [9, 16, 9],
"faces": {
"north": {"uv": [6, 13, 8, 16], "texture": "#bar"},
"east": {"uv": [8, 13, 10, 16], "texture": "#bar"},
"south": {"uv": [6, 13, 8, 16], "texture": "#bar"},
"west": {"uv": [8, 13, 10, 16], "texture": "#bar"},
"up": {"uv": [6, 11, 8, 13], "texture": "#bar", "cullface": "up"}
}
}
]
}