This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
RelicCraft/src/main/resources/assets/reliccraft/blockstates/teleportation_restrictor.json

10 lines
236 B
JSON

{
"variants": {
"active=false": {
"model": "reliccraft:block/teleportation_restrictor"
},
"active=true": {
"model": "reliccraft:block/active_teleportation_restrictor"
}
}
}