summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/ice_cubes.json
blob: 6238dc8aca515a23fd7490812fca052a71d58920 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
	"ambientocclusion": false,
	"textures": {
		"0": "block/ice",
		"1": "block/ice_inventory",
		"particle": "block/ice"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "up"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "down"}
			}
		},
		{
			"from": [2, 12, -9],
			"to": [5, 15, -6],
			"faces": {
				"north": {"uv": [0, 0, 3, 3], "texture": "#1", "cullface": "north"},
				"east": {"uv": [0, 0, 3, 3], "texture": "#1", "cullface": "north"},
				"south": {"uv": [0, 0, 3, 3], "texture": "#1", "cullface": "north"},
				"west": {"uv": [0, 0, 3, 3], "texture": "#1", "cullface": "north"},
				"up": {"uv": [0, 0, 3, 3], "texture": "#1", "cullface": "north"},
				"down": {"uv": [0, 0, 3, 3], "texture": "#1", "cullface": "north"}
			}
		},
		{
			"from": [-10, 10, 5],
			"to": [-5, 15, 10],
			"faces": {
				"north": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "west"},
				"east": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "west"},
				"south": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "west"},
				"west": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "west"},
				"up": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "west"},
				"down": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "west"}
			}
		},
		{
			"from": [3, 11, -8],
			"to": [8, 16, -3],
			"rotation": {"angle": -22.5, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "north"},
				"east": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "north"},
				"south": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "north"},
				"west": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "north"},
				"up": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "north"},
				"down": {"uv": [0, 0, 5, 5], "texture": "#1", "cullface": "north"}
			}
		},
		{
			"from": [7, 8, 21],
			"to": [14, 15, 28],
			"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [0, 0, 7, 7], "texture": "#1", "cullface": "south"},
				"east": {"uv": [0, 0, 7, 7], "texture": "#1", "cullface": "south"},
				"south": {"uv": [0, 0, 7, 7], "texture": "#1", "cullface": "south"},
				"west": {"uv": [0, 0, 7, 7], "texture": "#1", "cullface": "south"},
				"up": {"uv": [0, 0, 7, 7], "texture": "#1", "cullface": "south"},
				"down": {"uv": [0, 0, 7, 7], "texture": "#1", "cullface": "south"}
			}
		},
		{
			"from": [18, 16, 4],
			"to": [26, 24, 12],
			"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [0, 0, 8, 8], "texture": "#1", "cullface": "east"},
				"east": {"uv": [0, 0, 8, 8], "texture": "#1", "cullface": "east"},
				"south": {"uv": [0, 0, 8, 8], "texture": "#1", "cullface": "east"},
				"west": {"uv": [0, 0, 8, 8], "texture": "#1", "cullface": "east"},
				"up": {"uv": [0, 0, 8, 8], "texture": "#1", "cullface": "east"},
				"down": {"uv": [0, 0, 8, 8], "texture": "#1", "cullface": "east"}
			}
		}
	]
}