Tile-Entity Locking
Link to tile-entity-locking
Tile-Entity Locks
Link to tile-entity-locks
This features allows you to lock the ability for players to interact with specific Tile-Entities.
Syntax:
Link to syntax
Copy// Blank Example
mods.compatskills.TileEntityLock.addTileEntityLock(String tileName, String... locked);
// Working Example
mods.compatskills.TileEntityLock.addTileEntityLock("minecraft:furnace", "reskillable:defense|5");