lock quantumbridge inventory to 1 card or singularity

This commit is contained in:
PrototypeTrousers
2023-02-01 21:10:41 -03:00
parent a0ec9ceb51
commit acd77ff3f2
5 changed files with 45 additions and 22 deletions
@@ -352,8 +352,7 @@ public class WirelessTerminalGuiObject implements IPortableCell, IActionHost, II
viewCell.writeToNBT(data, "viewCell");
upgrades.writeToNBT(data, "upgrades");
}
@Override
public void saveChanges(NBTTagCompound data) {
if (effectiveItem.getTagCompound() != null) {
effectiveItem.getTagCompound().merge(data);