summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/barrel_down_open.json
blob: eb3fd6bab81b93b01b010c3efd0dce771bb820d4 (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
{
	"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], "rotation": 180, "texture": "#1", "cullface": "north"},
				"east": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1", "cullface": "east"},
				"south": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1", "cullface": "south"},
				"west": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#1", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "down"}
			}
		},
		{
			"from": [13.6, -13.6, 1],
			"to": [15.6, 0.4, 15],
			"faces": {
				"north": {"uv": [0, 1, 2, 15], "texture": "#2", "cullface": "down"},
				"east": {"uv": [1, 1, 15, 15], "rotation": 270, "texture": "#2", "cullface": "down"},
				"south": {"uv": [0, 1, 2, 15], "texture": "#2", "cullface": "down"},
				"west": {"uv": [1, 1, 15, 15], "texture": "#0", "cullface": "down"},
				"up": {"uv": [14, 1, 16, 15], "texture": "#2", "cullface": "down"},
				"down": {"uv": [14, 1, 16, 15], "texture": "#2", "cullface": "down"}
			}
		}
	]
}