summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/bell_between_walls.json
blob: 1ffe51fea15953105d8702508471be361c32b1e0 (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": {
		"2": "block/bell",
		"particle": "block/bell_particle"
	},
	"elements": [
		{
			"from": [0, 13, 7],
			"to": [16, 15, 9],
			"faces": {
				"north": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#2"},
				"east": {"uv": [12, 0, 14, 1], "texture": "#2", "cullface": "east"},
				"south": {"uv": [12, 0, 14, 16], "rotation": 270, "texture": "#2"},
				"west": {"uv": [12, 15, 14, 16], "texture": "#2", "cullface": "west"},
				"up": {"uv": [14, 0, 16, 16], "rotation": 270, "texture": "#2"},
				"down": {"uv": [10, 0, 12, 16], "rotation": 270, "texture": "#2"}
			}
		}
	]
}