summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/tripwire_hook_alt_on.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/tripwire_hook_alt_on.json')
-rwxr-xr-xassets/minecraft/models/block/tripwire_hook_alt_on.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/tripwire_hook_alt_on.json b/assets/minecraft/models/block/tripwire_hook_alt_on.json
new file mode 100755
index 00000000..d7bb5873
--- /dev/null
+++ b/assets/minecraft/models/block/tripwire_hook_alt_on.json
@@ -0,0 +1,46 @@
1{
2 "ambientocclusion": false,
3 "textures": {
4 "2": "block/tripwire_line_attached",
5 "hook": "block/tripwire_hook",
6 "particle": "block/oak_planks"
7 },
8 "elements": [
9 {
10 "from": [6, 4.2, 6.7],
11 "to": [10, 5.2, 10.7],
12 "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 4.2, 6.7]},
13 "faces": {
14 "north": {"uv": [0, 3, 4, 4], "texture": "#hook"},
15 "east": {"uv": [0, 0, 1, 4], "rotation": 270, "texture": "#hook"},
16 "south": {"uv": [0, 0, 4, 1], "texture": "#hook"},
17 "west": {"uv": [3, 0, 4, 4], "rotation": 90, "texture": "#hook"},
18 "up": {"uv": [0, 0, 4, 4], "texture": "#hook"},
19 "down": {"uv": [0, 0, 4, 4], "texture": "#hook"}
20 }
21 },
22 {
23 "from": [7, 5, 10],
24 "to": [9, 7, 15],
25 "faces": {
26 "north": {"uv": [1, 4, 3, 6], "texture": "#hook"},
27 "east": {"uv": [1, 4, 3, 9], "rotation": 90, "texture": "#hook"},
28 "west": {"uv": [1, 4, 3, 9], "rotation": 270, "texture": "#hook"},
29 "up": {"uv": [1, 4, 3, 9], "texture": "#hook"},
30 "down": {"uv": [1, 4, 3, 9], "rotation": 180, "texture": "#hook"}
31 }
32 },
33 {
34 "from": [6, 1, 14],
35 "to": [10, 9, 16],
36 "faces": {
37 "north": {"uv": [10, 6, 14, 14], "texture": "#hook"},
38 "east": {"uv": [8, 6, 10, 14], "texture": "#hook"},
39 "south": {"uv": [10, 6, 14, 14], "texture": "#hook", "cullface": "south"},
40 "west": {"uv": [14, 6, 16, 14], "texture": "#hook"},
41 "up": {"uv": [10, 6, 14, 4], "texture": "#hook"},
42 "down": {"uv": [10, 16, 14, 14], "texture": "#hook"}
43 }
44 }
45 ]
46} \ No newline at end of file