summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/tripwire_hook_alt_attached.json
blob: b673ed15839343df1d69d1f9f2d56c53cf2500f8 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
	"ambientocclusion": false,
	"textures": {
		"2": "block/tripwire_line_attached",
		"hook": "block/tripwire_hook",
		"particle": "block/oak_planks"
	},
	"elements": [
		{
			"from": [0, 1, 0],
			"to": [16, 1, 8],
			"rotation": {"angle": -22.5, "axis": "x", "origin": [0, 1, 0], "rescale": true},
			"faces": {
				"up": {"uv": [16, 0, 0, 16], "texture": "#2"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#2"}
			}
		},
		{
			"from": [6, 4.2, 6.7],
			"to": [10, 5.2, 10.7],
			"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 4.2, 6.7]},
			"faces": {
				"north": {"uv": [0, 3, 4, 4], "texture": "#hook"},
				"east": {"uv": [0, 0, 1, 4], "rotation": 270, "texture": "#hook"},
				"south": {"uv": [0, 0, 4, 1], "texture": "#hook"},
				"west": {"uv": [3, 0, 4, 4], "rotation": 90, "texture": "#hook"},
				"up": {"uv": [0, 0, 4, 4], "texture": "#hook"},
				"down": {"uv": [0, 0, 4, 4], "texture": "#hook"}
			}
		},
		{
			"from": [7, 5, 10],
			"to": [9, 7, 15],
			"faces": {
				"north": {"uv": [1, 4, 3, 6], "texture": "#hook"},
				"east": {"uv": [1, 4, 3, 9], "rotation": 90, "texture": "#hook"},
				"west": {"uv": [1, 4, 3, 9], "rotation": 270, "texture": "#hook"},
				"up": {"uv": [1, 4, 3, 9], "texture": "#hook"},
				"down": {"uv": [1, 4, 3, 9], "rotation": 180, "texture": "#hook"}
			}
		},
		{
			"from": [6, 1, 14],
			"to": [10, 9, 16],
			"faces": {
				"north": {"uv": [10, 6, 14, 14], "texture": "#hook"},
				"east": {"uv": [8, 6, 10, 14], "texture": "#hook"},
				"south": {"uv": [10, 6, 14, 14], "texture": "#hook", "cullface": "south"},
				"west": {"uv": [14, 6, 16, 14], "texture": "#hook"},
				"up": {"uv": [10, 6, 14, 4], "texture": "#hook"},
				"down": {"uv": [10, 16, 14, 14], "texture": "#hook"}
			}
		}
	]
}