summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/wall_inventory.json
blob: fccbf147b0a3c793de57b84de51b62b4a1b22d9c (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
37
38
39
40
41
42
43
44
45
46
47
{
	"parent": "block/block",
	"elements": [
		{
			"from": [12, 0, 4],
			"to": [20, 16, 12],
			"faces": {
				"north": {"uv": [4, 0, 12, 16], "texture": "#wall"},
				"east": {"uv": [4, 0, 12, 16], "texture": "#wall"},
				"south": {"uv": [4, 0, 12, 16], "texture": "#wall"},
				"west": {"uv": [4, 0, 12, 16], "texture": "#wall"},
				"up": {"uv": [4, 4, 12, 12], "rotation": 90, "texture": "#wall"},
				"down": {"uv": [4, 4, 12, 12], "rotation": 270, "texture": "#wall", "cullface": "down"}
			}
		},
		{
			"from": [-4, 0, 4],
			"to": [4, 16, 12],
			"faces": {
				"north": {"uv": [4, 0, 12, 16], "texture": "#wall"},
				"east": {"uv": [4, 0, 12, 16], "texture": "#wall"},
				"south": {"uv": [4, 0, 12, 16], "texture": "#wall"},
				"west": {"uv": [4, 0, 12, 16], "texture": "#wall"},
				"up": {"uv": [4, 4, 12, 12], "rotation": 90, "texture": "#wall"},
				"down": {"uv": [4, 4, 12, 12], "rotation": 270, "texture": "#wall", "cullface": "down"}
			}
		},
		{
			"from": [0, 0, 5],
			"to": [16, 13, 11],
			"faces": {
				"north": {"uv": [0, 3, 16, 16], "texture": "#wall"},
				"east": {"uv": [5, 3, 11, 16], "texture": "#wall", "cullface": "north"},
				"south": {"uv": [0, 3, 16, 16], "texture": "#wall"},
				"west": {"uv": [5, 3, 11, 16], "texture": "#wall", "cullface": "south"},
				"up": {"uv": [5, 0, 11, 16], "rotation": 90, "texture": "#wall"},
				"down": {"uv": [5, 0, 11, 16], "rotation": 270, "texture": "#wall", "cullface": "down"}
			}
		}
	],
	"display": {
		"gui": {
			"rotation": [21.46, -40.63, 0.08],
			"scale": [0.63, 0.63, 0.63]
		}
	}
}