This commit is contained in:
70000hp 2026-06-02 14:44:18 -04:00
parent f72cc804db
commit 05294a1c07

View File

@ -302,6 +302,7 @@ public class BlockWandLoot extends BlockContainer implements ILookOverlay, ITool
((TileEntityLockableBase) te).setPins(lockCode);
((TileEntityLockableBase) te).setMod(lockMod);
((TileEntityLockableBase) te).cheesable = lockMod != 0;
((TileEntityLockableBase) te).lock();
}
if(te instanceof IInventory) {
int count = minItems;