summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/template_fire_top.json
blob: d2b36c6c494791871922edb9d7908849cd06bff5 (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
{
	"credit": "Made with Blockbench",
	"ambientocclusion": false,
	"texture_size": [16, 32],
	"textures": {
		"particle": "block/fire_block_0",
		"fire": "block/fire_block_0"
	},
	"elements": [
		{
			"from": [-6, 16, 0],
			"to": [16, 16, 16],
			"shade": false,
			"rotation": {"angle": 22.5, "axis": "z", "origin": [16, 16, 8], "rescale": true},
			"faces": {
				"down": {"uv": [0, 5, 16, 16], "rotation": 270, "texture": "#fire"}
			}
		},
		{
			"from": [0, 16, 0],
			"to": [22, 16, 16],
			"shade": false,
			"rotation": {"angle": -22.5, "axis": "z", "origin": [0, 16, 8], "rescale": true},
			"faces": {
				"down": {"uv": [0, 5, 16, 16], "rotation": 90, "texture": "#fire"}
			}
		}
	]
}