Mod World Pre Generator by GeheimagentNr1

  • World Pre Generator by GeheimagentNr1

    Provides a pre-generator for Minecraft worlds.
    • 1.09 MB
    • 1.20.1
    • June 6, 2020
    • July 9, 2023
    • Server Utility
      World Gen
    World Pre Generator
Mod Information
NameWorld Pre GeneratorAuthorGeheimagentNr1DescriptionProvides a pre-generator for Minecraft worlds.
InformationDownloads:
Version: 1.20.1
Size: 1.09 MB
Updated at: July 9, 2023
Created at: June 6, 2020
Tags
Server Utility
World Gen

Version 3.X.X

For older versions of the mod check the 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.

 

You need a server to play with friends? You don't know how to set up one? Just rent an already configured server!

Click on the picture above, select a plan (with recommended at least 6 GB),
use my code agent to get 25% off your first month and enjoy playing with your friends!

 

Support

Support: Supported Minecraft Versions
New Development and Fixes: 1.19.4
Bug Fixes: 1.18.2
Critical Bug Fixes: 1.17.1, 1.19-1.19.3
End of Support: up to 1.16.X, 1.18-1.18.1

Hints

The pre generation tasks are executed one after the other.
The pre generations is continued after restarts.
Chunks already generated are skipped on pre-generation.
If you run parallel pre generation, you should set "max-tick-time" in the "server.properties"-file to -1 to prevent crashes, because the tick time gets to long.
If you run parallel pre generation and get exception spams in the server log, you should restart the pre generation with a lower parallelization.

Server Config

The config file can be found in the "serverconfig" folder in the "world" folder and is named "world_pre_generator-server.toml". The name of the world folder is set for servers in the "server.properties" file and for clients it is the name of the world/save game in the world list, and it can be found in the "saves" folder in the ".minecraft" folder.

- send_feedback
  Shall a pregeneration feedback send to all online players?
- delays
  Delays of the print and save tasks
  - print
    Time between 2 status prints
  - save
    Time between 2 saving events
- parallel
  Parameters for the parallel generation of several chunks
  - enabled
    Should the chunks be generated in parallel?
  - count
    How many chunk generation shall run in parallel?
    If the value is "0", the number of processor cores is used.

Commands

- /pregen list
  Lists all running pre generation tasks.

- /pregen gen <dimension> start <center> <radius> [<force>]
  Creates a pre generation task with the specified centre, radius and dimension.
  Optional, the force flag (true, false) can be set. If it is set to true, all chunks are loaded. If it is set to false, already generated chunks are skipped. If the force flag is absent, it is set to false.
  The centre 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 gen minecraft:overworld start 0 0 125

- /pregen gen <dimension> resume
  Resumes the pre generation task of the dimension.

- /pregen gen <dimension> pause
  Pauses the pre generation task of the dimension.

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

- /pregen clear
  Cancels all pre generation tasks.

- /pregen sendFeedback
  Shows, if the progression feedback is enabled or disabled.

- /pregen sendFeedback <isFeedbackEnabled>
  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)

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.

This is a Forge mod only. There will be no Fabric version. It will not be backported.