summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/scaffolding_unstable.json
blob: 19a3322e6d55ccfbf017cf814a8a1e8da5755316 (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
48
{
	"credit": "Made with Blockbench",
	"parent": "block/block",
	"textures": {
		"1": "block/scaffolding_top",
		"3": "block/scaffolding",
		"particle": "block/air"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [10.66667, 5.33333, 5.33333, 10.66667], "texture": "#3", "cullface": "north"},
				"east": {"uv": [16, 5.33333, 10.66667, 10.66667], "texture": "#3", "cullface": "east"},
				"south": {"uv": [5.33333, 5.33333, 10.66667, 10.66667], "texture": "#3", "cullface": "south"},
				"west": {"uv": [10.66667, 5.33333, 16, 10.66667], "texture": "#3", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "up"},
				"down": {"uv": [5.33333, 10.66667, 10.66667, 16], "rotation": 270, "texture": "#3", "cullface": "down"}
			}
		},
		{
			"from": [16, 16, 14],
			"to": [0, 0, 2],
			"faces": {
				"north": {"uv": [10.66667, 5.33333, 5.33333, 10.66667], "rotation": 180, "texture": "#3"},
				"south": {"uv": [5.33333, 5.33333, 10.66667, 10.66667], "rotation": 180, "texture": "#3"}
			}
		},
		{
			"from": [14, 16, 16],
			"to": [2, 0, 0],
			"faces": {
				"east": {"uv": [10.66667, 5.33333, 5.33333, 10.66667], "rotation": 180, "texture": "#3"},
				"west": {"uv": [5.33333, 5.33333, 10.66667, 10.66667], "rotation": 180, "texture": "#3"},
				"down": {"uv": [0, 2, 16, 14], "rotation": 90, "texture": "#1", "cullface": "up"}
			}
		},
		{
			"from": [16, 14, 16],
			"to": [0, 2, 0],
			"faces": {
				"up": {"uv": [10.66667, 10.66667, 5.33333, 16], "rotation": 270, "texture": "#3", "cullface": "down"},
				"down": {"uv": [10.66667, 0, 5.33333, 5.33333], "rotation": 270, "texture": "#3", "cullface": "up"}
			}
		}
	]
}