Large constructor variant

This commit is contained in:
Anuken
2021-07-22 17:48:50 -04:00
parent d30c32eddc
commit bda461e480
9 changed files with 22 additions and 6 deletions

View File

@@ -52,7 +52,8 @@ public abstract class SaveFileReader{
"snowrock", "snow-boulder",
"cliffs", "stone-wall",
"cryofluidmixer", "cryofluid-mixer"
"cryofluidmixer", "cryofluid-mixer",
"block-forge", "constructor"
);
protected final ReusableByteOutStream byteOutput = new ReusableByteOutStream();