diff options
Diffstat (limited to 'assets/minecraft/models/block/tripwire_hook.json')
| -rwxr-xr-x | assets/minecraft/models/block/tripwire_hook.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/tripwire_hook.json b/assets/minecraft/models/block/tripwire_hook.json new file mode 100755 index 00000000..9a73dcc6 --- /dev/null +++ b/assets/minecraft/models/block/tripwire_hook.json | |||
| @@ -0,0 +1,46 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "hook": "block/tripwire_hook", | ||
| 5 | "particle": "block/oak_planks" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [6, 4.6, 9.8], | ||
| 10 | "to": [10, 5.6, 13.8], | ||
| 11 | "rotation": {"angle": -45, "axis": "x", "origin": [8, 4.2, 6.7]}, | ||
| 12 | "faces": { | ||
| 13 | "north": {"uv": [0, 3, 4, 4], "texture": "#hook"}, | ||
| 14 | "east": {"uv": [0, 0, 1, 4], "rotation": 270, "texture": "#hook"}, | ||
| 15 | "south": {"uv": [0, 0, 4, 1], "texture": "#hook"}, | ||
| 16 | "west": {"uv": [3, 0, 4, 4], "rotation": 90, "texture": "#hook"}, | ||
| 17 | "up": {"uv": [0, 0, 4, 4], "texture": "#hook"}, | ||
| 18 | "down": {"uv": [0, 0, 4, 4], "texture": "#hook"} | ||
| 19 | } | ||
| 20 | }, | ||
| 21 | { | ||
| 22 | "from": [7, 5, 10], | ||
| 23 | "to": [9, 7, 15], | ||
| 24 | "rotation": {"angle": 45, "axis": "x", "origin": [8, 6, 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 | ||