summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/template_fire_wall.json
blob: 054107ac48b71704211e7632fed94a3568091838 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"credit": "Made with Blockbench",
	"ambientocclusion": false,
	"texture_size": [16, 32],
	"textures": {
		"particle": "block/fire_block_0",
		"fire": "block/fire_block_0"
	},
	"elements": [
		{
			"from": [0, 1, 0.5],
			"to": [16, 23, 0.5],
			"shade": false,
			"rotation": {"angle": 0, "axis": "x", "origin": [0, 1, 0]},
			"faces": {
				"north": {"uv": [0, 5, 16, 16], "texture": "#fire"},
				"south": {"uv": [0, 5, 16, 16], "texture": "#fire"}
			}
		}
	]
}