mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 00:38:35 +01:00
fml
This commit is contained in:
parent
075e417545
commit
3050effec1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue