Skip to content

Worldgen Config GUI

DragonEggBedrockBreaking edited this page Jun 14, 2024 · 1 revision

Worldgen Config GUI

This mod allows the user to toggle worldgen features, such as biomes, structures, and placed features, during world creation. Once the world is generated, these can be configured in the main GUI.

GUI

In the world creation screen, in the "more" tab, there is a button that leads to the screen. The features are as follows:

  • Toggle individual options.
  • Search for options.
  • Toggle all biome/structure/placed features:
    • If more than 50% are false, all become true, otherwise they all become false
  • Enable/disable all config options Exiting and re-entering the world creation screen resets your chcoices

Server Side

To edit worldgen server side you have two options. a) Generate a world in singleplayer, configure world generation, and copy over the new .sql file in the world save, or b) Generate the world in the server, configure worldgen, then stop the server, delete all chunks, and start the server. Otherwise, only newly generated chunks will have the new config.

NOTE:

Toggling worldgen features could potentially cause mod compatibility issues. Do at your own risk, and any such compatibility issues will likely not be fixed, unless they occur even without any configuration being applied.

Clone this wiki locally