A Java library for easy generation of Minecraft worlds
The fork differs from the master branch is the following ways:
-
Bug fix so the correct chunk coordinates are saved
-
Bug fix in calculation of height grid
-
Skylight calculation redone so that it runs at a practical speed for large maps. The time taken for a sample area has dropped from 10 hours to 10 minutes. This simplified model does not handle overhangs but works apart from that
-
Function to set a column of blocks on a single method call has been added.
-
The ability to handle large numbers of regions by using an LRU cache backed by saving the regions to disk.
-
Project has been Mavenised.