summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/bell_wall.json
blob: 55b6cef6941de86bd46a873273a9374e504435e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"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"}
			}
		}
	]
}