BlueMap/BlueMapCore/src/main/resourceExtensions/mc1_20_3/assets/minecraft/models/block/bell_between_walls.json

49 lines
1.4 KiB
JSON

{
"credit": "Made with Blockbench",
"textures": {
"2": "block/bell_bottom",
"3": "block/bell_side",
"4": "block/bell_top",
"bar": "block/dark_oak_planks"
},
"elements": [
{
"from": [0, 13, 7],
"to": [16, 15, 9],
"faces": {
"north": {"uv": [2, 2, 14, 4], "texture": "#bar"},
"east": {"uv": [5, 4, 7, 6], "texture": "#bar", "cullface": "east"},
"south": {"uv": [2, 3, 14, 5], "texture": "#bar"},
"west": {"uv": [5, 4, 7, 6], "texture": "#bar", "cullface": "west"},
"up": {"uv": [2, 3, 14, 5], "texture": "#bar"},
"down": {"uv": [2, 3, 14, 5], "texture": "#bar"}
}
},
{
"name": "BellBase",
"from": [4, 4, 4],
"to": [12, 6, 12],
"faces": {
"north": {"uv": [0, 7, 8, 9], "texture": "#3"},
"east": {"uv": [0, 7, 8, 9], "texture": "#3"},
"south": {"uv": [0, 7, 8, 9], "texture": "#3"},
"west": {"uv": [0, 7, 8, 9], "texture": "#3"},
"up": {"uv": [0, 0, 8, 8], "texture": "#4"},
"down": {"uv": [0, 0, 8, 8], "texture": "#2"}
}
},
{
"name": "BellTop",
"from": [5, 6, 5],
"to": [11, 13, 11],
"faces": {
"north": {"uv": [1, 0, 7, 7], "texture": "#3"},
"east": {"uv": [1, 0, 7, 7], "texture": "#3"},
"south": {"uv": [1, 0, 7, 7], "texture": "#3"},
"west": {"uv": [1, 0, 7, 7], "texture": "#3"},
"up": {"uv": [1, 1, 7, 7], "texture": "#4"},
"down": {"uv": [8, 1, 9, 2], "texture": "#2"}
}
}
]
}