summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/door_top_left_open.json
blob: bad8bb71378114d35420f7c0e9ac994fb124ea8e (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": {
		"particle": "block/air",
		"top": "#top"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [3, 16, 16],
			"faces": {
				"north": {"uv": [16, 0, 13, 16], "texture": "#top", "cullface": "north"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#top"},
				"south": {"uv": [3, 0, 0, 16], "texture": "#top", "cullface": "south"},
				"west": {"uv": [16, 0, 0, 16], "texture": "#top", "cullface": "west"},
				"up": {"uv": [0, 3, 16, 0], "rotation": 270, "texture": "#top", "cullface": "up"}
			}
		}
	]
}