summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/iron_bars_end.json
blob: 0bcb70dd82eb23538d46386dd94559a1f91c808d (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
{
	"ambientocclusion": false,
	"textures": {
		"0": "block/iron_bars",
		"1": "block/iron_bars_top",
		"particle": "block/iron_bars"
	},
	"elements": [
		{
			"from": [8, 0, 0],
			"to": [8, 16, 9],
			"faces": {
				"east": {"uv": [7, 0, 16, 16], "texture": "#0"},
				"west": {"uv": [0, 0, 9, 16], "texture": "#0"}
			}
		},
		{
			"from": [7, 0, 0],
			"to": [9, 16, 9],
			"faces": {
				"south": {"uv": [7, 0, 9, 16], "texture": "#1"},
				"up": {"uv": [7, 0, 9, 9], "texture": "#1", "cullface": "up"},
				"down": {"uv": [7, 7, 9, 16], "texture": "#1", "cullface": "down"}
			}
		}
	]
}