Minor bugfixes & compatibility fixes

This commit is contained in:
Anuken
2021-09-07 17:57:03 -04:00
parent 5641b4901c
commit 5e13f71fde
7 changed files with 28 additions and 9 deletions

View File

@@ -59,6 +59,13 @@ public abstract class SaveFileReader{
"cryofluidmixer", "cryofluid-mixer"
);
public static final ObjectMap<String, String> modContentNameMap = ObjectMap.of(
"craters", "crater-stone",
"deepwater", "deep-water",
"water", "shallow-water",
"slag", "molten-slag"
);
protected final ReusableByteOutStream byteOutput = new ReusableByteOutStream();
protected final DataOutputStream dataBytes = new DataOutputStream(byteOutput);
protected final ReusableByteOutStream byteOutputSmall = new ReusableByteOutStream();