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

48 lines
1.3 KiB
JSON

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