A Forge mod for generating Minecraft worlds
ForgeWorldGen is a simple, lightweight Forge mod that lets you generate areas of a world without traveling there. Currently available for 1.7.10 (and maybe earlier 1.7s? No idea), with an experimental release for 1.11.2.
/fwg worldID lowX lowY highX highX
worldID
: Which world to operate on, specified by dimension. 0
for the Overworld, -1
for the Nether, and 1
for the End.lowX
, lowY
: The chunk coordinates of the northwestern cornerhighX
, highY
: The chunk coordinates of the southeastern corner
The arguments use chunk coordinates, not block coordinates. To get chunk coordinates from block coordinates, just divide by 16.
fwg
command. I think it’s limited to ops by default, but you might want to check this. Downloads are available on the project’s releases page.