summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/template_candle.json
blob: 6d5a94127864c51d51658d5a8ec94b34c0cfdebf (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
{
	"parent": "block/block",
	"ambientocclusion": false,
	"textures": {
		"particle": "block/air",
		"all": "block/candle"
	},
	"elements": [
		{
			"from": [7.5, 6.25, 8],
			"to": [8.5, 9.25, 8],
			"rotation": {"angle": 45, "axis": "y", "origin": [8, 6, 8]},
			"faces": {
				"north": {"uv": [0, 3, 1, 6], "texture": "#all"},
				"south": {"uv": [0, 3, 1, 6], "texture": "#all"}
			}
		},
		{
			"from": [7, 0, 7],
			"to": [9, 6, 9],
			"faces": {
				"north": {"uv": [0, 8, 2, 14], "texture": "#all"},
				"east": {"uv": [2, 8, 0, 14], "texture": "#all"},
				"south": {"uv": [0, 8, 2, 14], "texture": "#all"},
				"west": {"uv": [2, 8, 0, 14], "texture": "#all"},
				"down": {"uv": [0, 14, 2, 16], "texture": "#all", "cullface": "down"}
			}
		},
		{
			"from": [6.75, 2.5, 6.75],
			"to": [9.25, 6.25, 9.25],
			"faces": {
				"north": {"uv": [5, 6, 7, 9], "texture": "#all"},
				"east": {"uv": [3, 6, 5, 9], "texture": "#all"},
				"south": {"uv": [5, 6, 7, 9], "texture": "#all"},
				"west": {"uv": [3, 6, 5, 9], "texture": "#all"},
				"up": {"uv": [0, 6, 2, 8], "texture": "#all"}
			}
		}
	]
}