diff options
Diffstat (limited to 'assets/minecraft/models/block/tripwire_hook_alt_attached_on.json')
| -rwxr-xr-x | assets/minecraft/models/block/tripwire_hook_alt_attached_on.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/tripwire_hook_alt_attached_on.json b/assets/minecraft/models/block/tripwire_hook_alt_attached_on.json new file mode 100755 index 00000000..a7e73e94 --- /dev/null +++ b/assets/minecraft/models/block/tripwire_hook_alt_attached_on.json | |||
| @@ -0,0 +1,55 @@ | |||
| 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": [0, 1, 0], | ||
| 11 | "to": [16, 1, 8], | ||
| 12 | "rotation": {"angle": -22.5, "axis": "x", "origin": [0, 1, 0], "rescale": true}, | ||
| 13 | "faces": { | ||
| 14 | "up": {"uv": [16, 0, 0, 16], "texture": "#2"}, | ||
| 15 | "down": {"uv": [0, 0, 16, 16], "texture": "#2"} | ||
| 16 | } | ||
| 17 | }, | ||
| 18 | { | ||
| 19 | "from": [6, 3.7, 6.7], | ||
| 20 | "to": [10, 4.7, 10.7], | ||
| 21 | "faces": { | ||
| 22 | "north": {"uv": [0, 3, 4, 4], "texture": "#hook"}, | ||
| 23 | "east": {"uv": [0, 0, 1, 4], "rotation": 270, "texture": "#hook"}, | ||
| 24 | "south": {"uv": [0, 0, 4, 1], "texture": "#hook"}, | ||
| 25 | "west": {"uv": [3, 0, 4, 4], "rotation": 90, "texture": "#hook"}, | ||
| 26 | "up": {"uv": [0, 0, 4, 4], "texture": "#hook"}, | ||
| 27 | "down": {"uv": [0, 0, 4, 4], "texture": "#hook"} | ||
| 28 | } | ||
| 29 | }, | ||
| 30 | { | ||
| 31 | "from": [7, 5, 10], | ||
| 32 | "to": [9, 7, 15], | ||
| 33 | "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 6, 15]}, | ||
| 34 | "faces": { | ||
| 35 | "north": {"uv": [1, 4, 3, 6], "texture": "#hook"}, | ||
| 36 | "east": {"uv": [1, 4, 3, 9], "rotation": 90, "texture": "#hook"}, | ||
| 37 | "west": {"uv": [1, 4, 3, 9], "rotation": 270, "texture": "#hook"}, | ||
| 38 | "up": {"uv": [1, 4, 3, 9], "texture": "#hook"}, | ||
| 39 | "down": {"uv": [1, 4, 3, 9], "rotation": 180, "texture": "#hook"} | ||
| 40 | } | ||
| 41 | }, | ||
| 42 | { | ||
| 43 | "from": [6, 1, 14], | ||
| 44 | "to": [10, 9, 16], | ||
| 45 | "faces": { | ||
| 46 | "north": {"uv": [10, 6, 14, 14], "texture": "#hook"}, | ||
| 47 | "east": {"uv": [8, 6, 10, 14], "texture": "#hook"}, | ||
| 48 | "south": {"uv": [10, 6, 14, 14], "texture": "#hook", "cullface": "south"}, | ||
| 49 | "west": {"uv": [14, 6, 16, 14], "texture": "#hook"}, | ||
| 50 | "up": {"uv": [10, 6, 14, 4], "texture": "#hook"}, | ||
| 51 | "down": {"uv": [10, 16, 14, 14], "texture": "#hook"} | ||
| 52 | } | ||
| 53 | } | ||
| 54 | ] | ||
| 55 | } \ No newline at end of file | ||