Update SaveFileReader.java

fix
This commit is contained in:
Leonwang4234 2020-09-30 18:29:58 -07:00
parent 9601c81045
commit 87b21c052f

View File

@ -49,7 +49,9 @@ public abstract class SaveFileReader{
"holostone-wall", "dacite-wall",
"rock", "boulder",
"snowrock", "snow-boulder",
"cliffs", "stone-wall"
"cliffs", "stone-wall",
"cryofluidmixer", "cryofluid-mixer"
);
protected final ReusableByteOutStream byteOutput = new ReusableByteOutStream();