summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/pointed_dripstone_skeleton2.json
blob: e0919190da5e74f6c63f58d4e45f70da8d1859ef (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
{
	"textures": {
		"1": "block/entity/skeleton/skeleton",
		"particle": "block/pointed_dripstone_up_frustum",
		"cross": "block/pointed_dripstone_up_frustum"
	},
	"elements": [
		{
			"from": [0.8, 0, 8],
			"to": [15.2, 16, 8],
			"shade": false,
			"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#cross"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#cross"}
			}
		},
		{
			"from": [8, 0, 0.8],
			"to": [8, 16, 15.2],
			"shade": false,
			"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": true},
			"faces": {
				"east": {"uv": [0, 0, 16, 16], "texture": "#cross"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#cross"}
			}
		},
		{
			"from": [4, 11, 3],
			"to": [12, 15, 15],
			"faces": {
				"north": {"uv": [7, 8, 9, 10], "rotation": 180, "texture": "#1", "cullface": "down"},
				"east": {"uv": [4, 10, 5, 16], "rotation": 270, "texture": "#1", "cullface": "down"},
				"south": {"uv": [5, 8, 7, 10], "rotation": 180, "texture": "#1", "cullface": "down"},
				"west": {"uv": [7, 10, 8, 16], "rotation": 90, "texture": "#1", "cullface": "down"},
				"up": {"uv": [5, 10, 7, 16], "rotation": 180, "texture": "#1", "cullface": "down"},
				"down": {"uv": [8, 10, 10, 16], "texture": "#1", "cullface": "down"}
			}
		},
		{
			"from": [4, 11, 12],
			"to": [12, 19, 20],
			"rotation": {"angle": 22.5, "axis": "x", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [4, 0, 6, 4], "rotation": 180, "texture": "#1", "cullface": "down"},
				"east": {"uv": [0, 4, 2, 8], "rotation": 270, "texture": "#1", "cullface": "down"},
				"south": {"uv": [2, 0, 4, 4], "rotation": 180, "texture": "#1", "cullface": "down"},
				"west": {"uv": [4, 4, 6, 8], "rotation": 90, "texture": "#1", "cullface": "down"},
				"up": {"uv": [2, 4, 4, 8], "rotation": 180, "texture": "#1", "cullface": "down"},
				"down": {"uv": [6, 4, 8, 8], "texture": "#1", "cullface": "down"}
			}
		},
		{
			"from": [12, 4, 7],
			"to": [14, 16, 9],
			"rotation": {"angle": 22.5, "axis": "x", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [10.5, 9, 11, 15], "texture": "#1", "cullface": "down"},
				"east": {"uv": [10, 9, 10.5, 15], "texture": "#1", "cullface": "down"},
				"south": {"uv": [11.5, 9, 12, 15], "texture": "#1", "cullface": "down"},
				"west": {"uv": [11, 9, 11.5, 15], "texture": "#1", "cullface": "down"},
				"up": {"uv": [10.5, 8, 11, 9], "rotation": 180, "texture": "#1", "cullface": "down"},
				"down": {"uv": [11, 8, 11.5, 9], "texture": "#1", "cullface": "down"}
			}
		},
		{
			"from": [5, -2, 0],
			"to": [7, 10, 2],
			"rotation": {"angle": 22.5, "axis": "x", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [1, 9, 0.5, 15], "texture": "#1", "cullface": "down"},
				"east": {"uv": [1, 15, 1.5, 9], "rotation": 180, "texture": "#1", "cullface": "down"},
				"south": {"uv": [2, 9, 1.5, 15], "texture": "#1", "cullface": "down"},
				"west": {"uv": [0, 15, 0.5, 9], "rotation": 180, "texture": "#1", "cullface": "down"},
				"up": {"uv": [1, 8, 0.5, 9], "rotation": 180, "texture": "#1", "cullface": "down"},
				"down": {"uv": [1.5, 8, 1, 9], "texture": "#1", "cullface": "down"}
			}
		}
	]
}