summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/rail.json
blob: 6b0e419c25a349e11d5bd89a59f3d31c7d9a30be (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
{
	"credit": "Made with Blockbench",
	"textures": {
		"0": "block/rail_3d",
		"particle": "block/air"
	},
	"elements": [
		{
			"from": [0, 1, 0],
			"to": [16, 1, 16],
			"faces": {
				"up": {"uv": [8, 0, 16, 8], "texture": "#0"},
				"down": {"uv": [8, 0, 16, 8], "texture": "#0", "cullface": "down"}
			}
		},
		{
			"from": [2, 0, 0],
			"to": [14, 2, 16],
			"faces": {
				"east": {"uv": [7, 0, 6, 8], "rotation": 90, "texture": "#0"},
				"west": {"uv": [2, 0, 1, 8], "rotation": 270, "texture": "#0"},
				"up": {"uv": [1, 0, 7, 8], "texture": "#0"},
				"down": {"uv": [1, 8, 7, 16], "texture": "#0", "cullface": "down"}
			}
		},
		{
			"from": [12, 0, 0],
			"to": [4, 2, 16],
			"faces": {
				"east": {"uv": [1.5, 8, 2.5, 16], "rotation": 90, "texture": "#0"},
				"west": {"uv": [5.5, 8, 6.5, 16], "rotation": 270, "texture": "#0"}
			}
		}
	]
}