http://www.steveshipway.org/mc/cc-worldgen-1.0.zipThis simple mod will pre-generate chunks in a minecraft world, so they can then be accessed by other tools (eg, MCDungeon)
It can generate in a rectangle or in a circle. If you also have BuildersHelper installed, with plans that have the AUTO flag set, then they will autogenerate in random chunks as normal.
- Minecraft 1.8 only
- Single player mode only
- Source code included
Example - This generates a circle of radius 1000 blocks around the current position. Start a single-player game and switch to Creative mode to run these commands:
/worldgen 1000
/worldgen go
When generation is running, the server thread will hang (so do not run in multiplayer mode!) You can check progress in the log file or log window, if you launched Minecraft with the log visible. A 1,000 block radius circle can take 20mins to generate, depending on CPU speed, any modules present that hook into the worldgeneration function, and how many blocks are already generated in the area.
You can also use these to set up the area to generate -
/worldgen [x] [y] [radius]
/worldgen [x1] [y1] [x2] [y2]
Run '/worldgen' with no arguments to see the information.