no message
This commit is contained in:
parent
d24eaddee4
commit
64e9996adb
2 changed files with 4 additions and 0 deletions
|
@ -9,4 +9,6 @@ public class SynchronizedMatrixData extends SynchronizedData<SynchronizedTankDat
|
|||
public ItemStack[] inventory = new ItemStack[2];
|
||||
|
||||
public double electricityStored;
|
||||
|
||||
public int capacitors;
|
||||
}
|
||||
|
|
|
@ -438,6 +438,8 @@ public class TankUpdateProtocol
|
|||
else {
|
||||
idToUse = Mekanism.tankManager.getUniqueInventoryID();
|
||||
}
|
||||
|
||||
//TODO someday: drop all items in rejectedItems
|
||||
|
||||
cache.apply(structureFound);
|
||||
|
||||
|
|
Loading…
Reference in a new issue