summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/sculk_creeper.json
blob: 44492655de55a176442ae869b278f1f01dd2c026 (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
86
{
	"ambientocclusion": false,
	"textures": {
		"2": "block/statue_creeper",
		"3": "block/candle_lit",
		"particle": "block/sculk_particle"
	},
	"elements": [
		{
			"from": [4.5, 0, 12],
			"to": [8.5, 6, 16],
			"rotation": {"angle": -22.5, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [1, 10, 2, 13], "texture": "#2", "cullface": "up"},
				"east": {"uv": [0, 10, 1, 13], "texture": "#2", "cullface": "up"},
				"south": {"uv": [3, 10, 4, 13], "texture": "#2", "cullface": "up"},
				"west": {"uv": [2, 10, 3, 13], "texture": "#2", "cullface": "up"},
				"up": {"uv": [1, 8, 2, 10], "rotation": 90, "texture": "#2", "cullface": "up"},
				"down": {"uv": [2, 8, 3, 10], "rotation": 270, "texture": "#2", "cullface": "down"}
			}
		},
		{
			"from": [7.5, 0, 12],
			"to": [11.5, 6, 16],
			"rotation": {"angle": 22.5, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [1, 10, 2, 13], "texture": "#2", "cullface": "up"},
				"east": {"uv": [0, 10, 1, 13], "texture": "#2", "cullface": "up"},
				"south": {"uv": [3, 10, 4, 13], "texture": "#2", "cullface": "up"},
				"west": {"uv": [2, 10, 3, 13], "texture": "#2", "cullface": "up"},
				"up": {"uv": [1, 8, 2, 10], "rotation": 90, "texture": "#2", "cullface": "up"},
				"down": {"uv": [2, 8, 3, 10], "rotation": 270, "texture": "#2", "cullface": "down"}
			}
		},
		{
			"from": [9.5, 0, 4],
			"to": [13.5, 6, 8],
			"rotation": {"angle": -22.5, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [1, 10, 2, 13], "texture": "#2", "cullface": "up"},
				"east": {"uv": [0, 10, 1, 13], "texture": "#2", "cullface": "up"},
				"south": {"uv": [3, 10, 4, 13], "texture": "#2", "cullface": "up"},
				"west": {"uv": [2, 10, 3, 13], "texture": "#2", "cullface": "up"},
				"up": {"uv": [1, 8, 2, 10], "rotation": 90, "texture": "#2", "cullface": "up"},
				"down": {"uv": [2, 8, 3, 10], "rotation": 270, "texture": "#2", "cullface": "down"}
			}
		},
		{
			"from": [2.5, 0, 4],
			"to": [6.5, 6, 8],
			"rotation": {"angle": 22.5, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [1, 10, 2, 13], "texture": "#2", "cullface": "up"},
				"east": {"uv": [0, 10, 1, 13], "texture": "#2", "cullface": "up"},
				"south": {"uv": [3, 10, 4, 13], "texture": "#2", "cullface": "up"},
				"west": {"uv": [2, 10, 3, 13], "texture": "#2", "cullface": "up"},
				"up": {"uv": [1, 8, 2, 10], "rotation": 90, "texture": "#2", "cullface": "up"},
				"down": {"uv": [2, 8, 3, 10], "rotation": 270, "texture": "#2", "cullface": "down"}
			}
		},
		{
			"from": [4, 1.25, 10.25],
			"to": [12, 13.25, 14.25],
			"rotation": {"angle": -22.5, "axis": "x", "origin": [0, 0, 0]},
			"faces": {
				"north": {"uv": [5, 10, 7, 16], "texture": "#2", "cullface": "up"},
				"east": {"uv": [4, 10, 5, 16], "texture": "#2", "cullface": "up"},
				"south": {"uv": [8, 10, 10, 16], "texture": "#2", "cullface": "up"},
				"west": {"uv": [7, 10, 8, 16], "texture": "#2", "cullface": "up"},
				"down": {"uv": [7, 8, 9, 10], "texture": "#2", "cullface": "up"}
			}
		},
		{
			"from": [3.9, 16, 2.5],
			"to": [12.1, 24, 10.5],
			"faces": {
				"north": {"uv": [2, 4, 4, 8], "texture": "#2", "cullface": "up"},
				"east": {"uv": [0, 4, 2, 8], "texture": "#2", "cullface": "up"},
				"south": {"uv": [6, 4, 8, 8], "texture": "#2", "cullface": "up"},
				"west": {"uv": [4, 4, 6, 8], "texture": "#2", "cullface": "up"},
				"up": {"uv": [2, 0, 4, 4], "texture": "#2", "cullface": "up"},
				"down": {"uv": [4, 0, 6, 4], "texture": "#2", "cullface": "up"}
			}
		}
	]
}