Implement abstract biomes, rework BlockPalette configs.

This commit is contained in:
dfsek
2020-09-23 01:20:21 -07:00
parent aa326d95e9
commit c4b0057f3e
8 changed files with 310 additions and 69 deletions

View File

@@ -63,7 +63,6 @@ public class CavePopulator extends BlockPopulator {
b.setBlockData(Material.AIR.createBlockData(), true);
b.setBlockData(orig, true);
}
if(i > 0) System.out.println("Shifted " + i + " blocks. " + j + " successful shifts. " + updateNeeded.size() + " blocks updated.");
}
if(cave != null) cave.complete();