WIP clipboard offsets

TODO schem load -> BlockArrayClipboard
This commit is contained in:
Jesse Boyd
2019-11-11 22:34:33 +00:00
parent 599a4dfebc
commit cfa147cf76
10 changed files with 466 additions and 61 deletions

View File

@ -322,7 +322,6 @@ public class ChunkHolder<T extends Future<T>> implements IQueueChunk {
if ((!full && !get.hasSection(layer)) || !filter.appliesLayer(this, layer)) {
continue;
}
System.out.println("Apply layer " + full);
block.init(get, set, layer);
block.filter(filter);
}