v5.4.0 Release
…so…tired… will post changelog tomorrow :)
This commit is contained in:
parent
8f772c1333
commit
62f13e2a83
1 changed files with 1 additions and 0 deletions
|
@ -386,6 +386,7 @@ public class TileEntityElectrolyticSeparator extends TileEntityElectricBlock imp
|
|||
oxygenStored = dataStream.readInt();
|
||||
hydrogenStored = dataStream.readInt();
|
||||
outputType = EnumGas.getFromName(dataStream.readUTF());
|
||||
dumpType = EnumGas.getFromName(dataStream.readUTF());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue