Add biome storage to BlockArrayClipboard.

This commit is contained in:
wizjany
2019-03-30 00:42:28 -04:00
parent 4e66b9a336
commit a80420d14b
2 changed files with 16 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class SpongeSchematicReader extends NBTSchematicReader {
throw new IOException("This schematic version is currently not supported");
}
private Clipboard readVersion1(CompoundTag schematicTag) throws IOException {
private BlockArrayClipboard readVersion1(CompoundTag schematicTag) throws IOException {
BlockVector3 origin;
Region region;
Map<String, Tag> schematic = schematicTag.getValue();