some adapter refactoring

This commit is contained in:
Jesse Boyd
2019-11-19 04:40:40 +00:00
parent 751765cc01
commit 1b07846746
30 changed files with 1855 additions and 4779 deletions

View File

@ -144,6 +144,7 @@ public class SpongeSchematicReader extends NBTSchematicReader {
BlockState state = null;
try {
String palettePart = fix(entry.getKey());
System.out.println("Read " + palettePart);
state = BlockState.get(palettePart);
} catch (InputParseException e) {
e.printStackTrace();