1.X.X - GeheimagentNr1/WorldPreGenerator GitHub Wiki

This Mod can pre generate the Minecraft dimensions per command.
The Mod is only needed on the server side, but can also be used on the client side.

Hints

The pre generation tasks are executed one after the other.
The pre generations is continued after restarts.

Commands

  • /pregen list
    Lists all running pre generation tasks.

  • /pregen start <centre-x> <centre-z> <radius> <dimension>
    Creates a pre generation task with the specified centre-pos, radius and dimension.
    The centre-pos is the position of a chunk.
    To generate for example a 4000x4000 Blocks Area with the centre in the middle of the overworld the command is:
    /pregen start 0 0 125 minecraft:overworld

  • /pregen cancel <dimension>
    Cancels the pre generation task of the dimension.

  • /pregen clear
    Cancels all pre generation tasks.

  • /pregen sendFeedback (Since 1.1.0 or MC 1.16.3)
    Shows, if the progression feedback is enabled or disabled.

  • /pregen sendFeedback <isFeedbackEnabled> (Since 1.1.0 or MC 1.16.3)
    Enables or disables progression feedback depending on isFeedbackEnabled. Generation start and finish feedback are not affected of that.

Progression State

The progress state computed is in chunks.
You get the following information in the generation messages: "A B/C (D%) E chunks/s"

  • Dimension (A)
  • Chunk generated (B)
  • Total chunks to generate (C)
  • Percentage of chunks for which generation is finished (D)
  • Rate of Chunks per second generated between this and the last message (E)

The mod is only available for version 1.14.4 and subsequent versions and is not expected to be back ported.
Thanks for the logo to Muse31.
You can use this mod in non-commercial modpacks without asking.
You can find more mods from me here.