summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/ladder.json
blob: 29b4ba6461e77c9781deedf84d8025453611f2e0 (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
{
	"parent": "item/rail",
	"textures": {
		"particle": "block/air",
		"texture": "block/ladder"
	},
	"elements": [
		{
			"from": [2, 0, 14],
			"to": [14, 16, 15.9],
			"faces": {
				"north": {"uv": [1, 0, 7, 16], "texture": "#texture"},
				"east": {"uv": [1, 0, 2, 16], "texture": "#texture"},
				"south": {"uv": [1, 0, 7, 16], "texture": "#texture", "cullface": "south"},
				"west": {"uv": [6, 0, 7, 16], "texture": "#texture"},
				"up": {"uv": [1, 0, 7, 2], "texture": "#texture", "cullface": "up"}
			}
		},
		{
			"from": [12, 0, 14],
			"to": [4, 16, 15.9],
			"faces": {
				"east": {"uv": [14, 0, 15, 16], "texture": "#texture"},
				"west": {"uv": [9, 0, 10, 16], "texture": "#texture"}
			}
		},
		{
			"from": [1, 0, 14.9],
			"to": [15, 16, 14.9],
			"faces": {
				"north": {"uv": [8.5, 0, 15.5, 16], "texture": "#texture"},
				"south": {"uv": [8.5, 0, 15.5, 16], "texture": "#texture", "cullface": "south"}
			}
		}
	]
}