Files
minecraft-assets/assets/minecraft/blockstates/tripwire_hook.json
2020-03-04 20:43:00 +00:00

64 lines
1.9 KiB
JSON

{
"variants": {
"attached=false,facing=east,powered=false": {
"y": 90,
"model": "minecraft:block/tripwire_hook"
},
"attached=false,facing=east,powered=true": {
"y": 90,
"model": "minecraft:block/tripwire_hook_on"
},
"attached=false,facing=north,powered=false": {
"model": "minecraft:block/tripwire_hook"
},
"attached=false,facing=north,powered=true": {
"model": "minecraft:block/tripwire_hook_on"
},
"attached=false,facing=south,powered=false": {
"y": 180,
"model": "minecraft:block/tripwire_hook"
},
"attached=false,facing=south,powered=true": {
"y": 180,
"model": "minecraft:block/tripwire_hook_on"
},
"attached=false,facing=west,powered=false": {
"y": 270,
"model": "minecraft:block/tripwire_hook"
},
"attached=false,facing=west,powered=true": {
"y": 270,
"model": "minecraft:block/tripwire_hook_on"
},
"attached=true,facing=east,powered=false": {
"y": 90,
"model": "minecraft:block/tripwire_hook_attached"
},
"attached=true,facing=east,powered=true": {
"y": 90,
"model": "minecraft:block/tripwire_hook_attached_on"
},
"attached=true,facing=north,powered=false": {
"model": "minecraft:block/tripwire_hook_attached"
},
"attached=true,facing=north,powered=true": {
"model": "minecraft:block/tripwire_hook_attached_on"
},
"attached=true,facing=south,powered=false": {
"y": 180,
"model": "minecraft:block/tripwire_hook_attached"
},
"attached=true,facing=south,powered=true": {
"y": 180,
"model": "minecraft:block/tripwire_hook_attached_on"
},
"attached=true,facing=west,powered=false": {
"y": 270,
"model": "minecraft:block/tripwire_hook_attached"
},
"attached=true,facing=west,powered=true": {
"y": 270,
"model": "minecraft:block/tripwire_hook_attached_on"
}
}
}