summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/chain.json
blob: 57b2235cd04b2cf0aa545bf5f8b4cda74f83d4e5 (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
{
	"ambientocclusion": false,
	"textures": {
		"particle": "block/chain",
		"cross": "block/chain"
	},
	"elements": [
		{
			"from": [5.5, 0, 8],
			"to": [10.5, 16, 8],
			"shade": false,
			"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"north": {"uv": [3, 0, 8, 16], "texture": "#cross"},
				"south": {"uv": [3, 0, 8, 16], "texture": "#cross"}
			}
		},
		{
			"from": [8, 0, 6.5],
			"to": [8, 16, 9.5],
			"shade": false,
			"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
			"faces": {
				"east": {"uv": [0, 0, 3, 16], "texture": "#cross"},
				"west": {"uv": [0, 0, 3, 16], "texture": "#cross"}
			}
		}
	]
}