mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-12 03:37:27 +07:00
Update SaveFileReader.java
fix
This commit is contained in:
parent
9601c81045
commit
87b21c052f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user