Port to 1.9.4

This commit is contained in:
Raoul Van den Berge
2016-05-23 21:36:32 +02:00
parent 136dc254e5
commit 0fab032820
39 changed files with 137 additions and 137 deletions

View File

@@ -23,10 +23,11 @@ public class TileEnergyHandler extends TileEntity implements IEnergyReceiver, IE
}
@Override
public void writeToNBT(NBTTagCompound nbt) {
public NBTTagCompound writeToNBT(NBTTagCompound nbt) {
super.writeToNBT(nbt);
storage.writeToNBT(nbt);
return nbt;
}
/* IEnergyConnection */