summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/sculk_skull.json
blob: 7de4a7d0bc4688d5d923d69c50bda8c446915674 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"ambientocclusion": false,
	"textures": {
		"2": "block/statue_zombie_bones",
		"particle": "block/sculk_particle"
	},
	"elements": [
		{
			"from": [3.9, -5.5, 4],
			"to": [12.1, 2.5, 12],
			"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 8]},
			"faces": {
				"east": {"uv": [0, 4, 2, 8], "rotation": 270, "texture": "#2", "cullface": "up"},
				"south": {"uv": [2, 0, 4, 4], "texture": "#2", "cullface": "up"},
				"west": {"uv": [4, 4, 6, 8], "rotation": 90, "texture": "#2", "cullface": "up"},
				"up": {"uv": [2, 4, 4, 8], "rotation": 180, "texture": "#2", "cullface": "up"}
			}
		}
	]
}