summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/tripwire_hook_attached_on.json
blob: be6973bca22d095940807b7ae0fa347e63281ca9 (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": [0, 0, 16, 16], "texture": "#2"},
				"down": {"uv": [16, 0, 0, 16], "texture": "#2"}
			}
		},
		{
			"from": [6, 3.7, 6.7],
			"to": [10, 4.7, 10.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],
			"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 6, 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"}
			}
		}
	]
}