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/models/item/teleportation_beacon.json
TheBrokenRail 73cb9b1991
All checks were successful
RelicCraft/pipeline/head This commit looks good
1.0.11
Ctrl+Middle-Clicking an active Teleportation Beacon/Restrictor will now correctly appear as active in the inventory
2020-04-08 18:22:38 -04:00

11 lines
252 B
JSON

{
"parent": "reliccraft:block/teleportation_beacon",
"overrides": [
{
"predicate": {
"reliccraft:active": 1
},
"model": "reliccraft:block/active_teleportation_beacon"
}
]
}