summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/item/ladder.json
blob: 4e4eb77476eab2763e24b9b867ab4f79ca421b50 (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
37
38
{
	"parent": "item/rail",
	"textures": {
		"1": "item/ladder",
		"particle": "block/ladder",
		"texture": "block/ladder"
	},
	"elements": [
		{
			"from": [6, 0, 6],
			"to": [10, 0, 10],
			"shade": false,
			"faces": {
				"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
			}
		},
		{
			"from": [2, 0, 7],
			"to": [14, 16, 8.9],
			"faces": {
				"north": {"uv": [1, 0, 7, 16], "texture": "#texture"},
				"east": {"uv": [1, 0, 2, 16], "texture": "#texture"},
				"south": {"uv": [9, 0, 15, 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, 7],
			"to": [4, 16, 8.9],
			"faces": {
				"east": {"uv": [14, 0, 15, 16], "texture": "#texture"},
				"south": {"uv": [10, 0, 14, 16], "texture": "#texture"},
				"west": {"uv": [9, 0, 10, 16], "texture": "#texture"}
			}
		}
	]
}