summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/barrel_open.json
blob: 537321f5a8a964aac224f8d15e1c90a67fbcab62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
	"textures": {
		"0": "block/barrel_bottom",
		"1": "block/barrel_side",
		"2": "block/barrel_top",
		"3": "block/barrel_top_open",
		"particle": "block/air"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "north"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "east"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "south"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"}
			}
		},
		{
			"from": [-1, 16, -6],
			"to": [13, 18, 8],
			"rotation": {"angle": 22.5, "axis": "y", "origin": [8, 17, 8]},
			"faces": {
				"north": {"uv": [0, 1, 2, 15], "rotation": 270, "texture": "#2", "cullface": "up"},
				"east": {"uv": [14, 1, 16, 15], "rotation": 270, "texture": "#2", "cullface": "up"},
				"south": {"uv": [0, 1, 2, 15], "rotation": 90, "texture": "#2", "cullface": "up"},
				"west": {"uv": [14, 1, 16, 15], "rotation": 270, "texture": "#2", "cullface": "up"},
				"up": {"uv": [1, 1, 15, 15], "texture": "#2", "cullface": "up"},
				"down": {"uv": [1, 1, 15, 15], "rotation": 90, "texture": "#0", "cullface": "up"}
			}
		}
	]
}