diff options
Diffstat (limited to 'assets/minecraft/blockstates/tripwire_hook.json')
| -rwxr-xr-x | assets/minecraft/blockstates/tripwire_hook.json | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/assets/minecraft/blockstates/tripwire_hook.json b/assets/minecraft/blockstates/tripwire_hook.json new file mode 100755 index 00000000..38eed6af --- /dev/null +++ b/assets/minecraft/blockstates/tripwire_hook.json | |||
| @@ -0,0 +1,64 @@ | |||
| 1 | { | ||
| 2 | "variants": { | ||
| 3 | "attached=false,facing=east,powered=false": { | ||
| 4 | "model": "minecraft:block/tripwire_hook", | ||
| 5 | "y": 90 | ||
| 6 | }, | ||
| 7 | "attached=false,facing=east,powered=true": { | ||
| 8 | "model": "minecraft:block/tripwire_hook_on", | ||
| 9 | "y": 90 | ||
| 10 | }, | ||
| 11 | "attached=false,facing=north,powered=false": { | ||
| 12 | "model": "minecraft:block/tripwire_hook" | ||
| 13 | }, | ||
| 14 | "attached=false,facing=north,powered=true": { | ||
| 15 | "model": "minecraft:block/tripwire_hook_on" | ||
| 16 | }, | ||
| 17 | "attached=false,facing=south,powered=false": { | ||
| 18 | "model": "minecraft:block/tripwire_hook_alt", | ||
| 19 | "y": 180 | ||
| 20 | }, | ||
| 21 | "attached=false,facing=south,powered=true": { | ||
| 22 | "model": "minecraft:block/tripwire_hook_alt_on", | ||
| 23 | "y": 180 | ||
| 24 | }, | ||
| 25 | "attached=false,facing=west,powered=false": { | ||
| 26 | "model": "minecraft:block/tripwire_hook_alt", | ||
| 27 | "y": 270 | ||
| 28 | }, | ||
| 29 | "attached=false,facing=west,powered=true": { | ||
| 30 | "model": "minecraft:block/tripwire_hook_alt_on", | ||
| 31 | "y": 270 | ||
| 32 | }, | ||
| 33 | "attached=true,facing=east,powered=false": { | ||
| 34 | "model": "minecraft:block/tripwire_hook_attached", | ||
| 35 | "y": 90 | ||
| 36 | }, | ||
| 37 | "attached=true,facing=east,powered=true": { | ||
| 38 | "model": "minecraft:block/tripwire_hook_attached_on", | ||
| 39 | "y": 90 | ||
| 40 | }, | ||
| 41 | "attached=true,facing=north,powered=false": { | ||
| 42 | "model": "minecraft:block/tripwire_hook_attached" | ||
| 43 | }, | ||
| 44 | "attached=true,facing=north,powered=true": { | ||
| 45 | "model": "minecraft:block/tripwire_hook_attached_on" | ||
| 46 | }, | ||
| 47 | "attached=true,facing=south,powered=false": { | ||
| 48 | "model": "minecraft:block/tripwire_hook_alt_attached", | ||
| 49 | "y": 180 | ||
| 50 | }, | ||
| 51 | "attached=true,facing=south,powered=true": { | ||
| 52 | "model": "minecraft:block/tripwire_hook_alt_attached_on", | ||
| 53 | "y": 180 | ||
| 54 | }, | ||
| 55 | "attached=true,facing=west,powered=false": { | ||
| 56 | "model": "minecraft:block/tripwire_hook_alt_attached", | ||
| 57 | "y": 270 | ||
| 58 | }, | ||
| 59 | "attached=true,facing=west,powered=true": { | ||
| 60 | "model": "minecraft:block/tripwire_hook_alt_attached_on", | ||
| 61 | "y": 270 | ||
| 62 | } | ||
| 63 | } | ||
| 64 | } \ No newline at end of file | ||