CheshireCat WorldGen mod
for Minecraft 1.8 with Forge
http://www.steveshipway.org/forum


This mod will pre-generate chunks in the world, so that you can (eg) run mcdungeon to build dungeons, or run a server with less lag, etc.

Usage:

Connect to SINGLE PLAYER minecraft in Creative mode

Give command 

/worldgen

to get the syntax options.  Usage examples:

This sets an area that is a circle radius 1000 blocks around current position 
/worldgen set 1000

This sets an area a circle 500 blocks around 0,0
/worldgen set 0 0 1000

This sets an area that is a rectangle from -100,-50 to 200,250
/worldgen set -100 -50 200 250

Once you have set an area, use

/worldgen go

THE SERVER WILL APPEAR TO HANG UNTIL THE JOB IS COMPLETE!  You can view progress messages in the server log, if you have it open.

Once the job is complete then the server will come back to life and the regions will be written.  You can now quit and save.

