This commit is contained in:
Ellpeck 2015-11-15 21:22:20 +01:00
parent 075e417545
commit 3050effec1

View file

@ -142,7 +142,7 @@ public class TileEntityAtomicReconstructor extends TileEntityBase implements IEn
public void readSyncableNBT(NBTTagCompound compound, boolean sync){
super.readSyncableNBT(compound, sync);
this.currentTime = compound.getInteger("CurrentTime");
this.storage.writeToNBT(compound);
this.storage.readFromNBT(compound);
}
@Override