Temp fix for electrolytic separator crash

This commit is contained in:
Aidan Brady 2013-11-28 12:13:17 -05:00
parent 3d1020d8dd
commit ae580843aa

View file

@ -376,8 +376,10 @@ public class TileEntityElectrolyticSeparator extends TileEntityElectricBlock imp
waterTank.readFromNBT(nbtTags.getCompoundTag("waterTank"));
}
try {
outputType = Gas.readFromNBT(nbtTags.getCompoundTag("outputType"));
dumpType = Gas.readFromNBT(nbtTags.getCompoundTag("dumpType"));
} catch(Exception e) {} //TODO remove next major release
}
@Override