RTFM! Seriously, I worked hard on it
This commit is contained in:
parent
8684798259
commit
78a5cb111b
32 changed files with 566 additions and 73 deletions
|
@ -344,12 +344,12 @@ public class DigitalInterfacePeripheral extends TardimPeripheral<DigitalInterfac
|
|||
throw new LuaException("Player not found");
|
||||
}
|
||||
|
||||
for (ItemStack armour : player.getArmorSlots()) {
|
||||
// if (armour.is(PERSONAL_JAMMER)) {
|
||||
// throw new LuaException("Player location jammed");
|
||||
// };
|
||||
// TODO: Re-add
|
||||
}
|
||||
// for (ItemStack armour : player.getArmorSlots()) {
|
||||
//// if (armour.is(PERSONAL_JAMMER)) {
|
||||
//// throw new LuaException("Player location jammed");
|
||||
//// };
|
||||
// // TODO: Re-add
|
||||
// }
|
||||
|
||||
ResourceKey<Level> dim = player.getCommandSenderWorld().dimension();
|
||||
BlockPos pos = player.blockPosition();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue