summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/door_bottom_left.json
blob: f856f884511f09dbe7db18fed4596abf79cc10ce (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",
		"bottom": "#bottom"
	},
	"elements": [
		{
			"from": [0, 0, 0],
			"to": [3, 16, 16],
			"faces": {
				"north": {"uv": [3, 0, 0, 16], "texture": "#bottom", "cullface": "north"},
				"east": {"uv": [16, 0, 0, 16], "texture": "#bottom"},
				"south": {"uv": [16, 0, 13, 16], "texture": "#bottom", "cullface": "south"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "west"},
				"down": {"uv": [16, 13, 0, 16], "rotation": 90, "texture": "#bottom", "cullface": "down"}
			}
		}
	]
}