Chunky Pregeneration Guide: mustard.gorgarath.net

This document records the Chunky pregeneration settings and procedures used for creating and maintaining the mustard.gorgarath.net modded Minecraft world dimensions.

The goal of pregeneration is to:

These values are based on the current modded server configuration and hardware environment and may require adjustment if the modpack, player count, storage capacity, or server hardware changes significantly.

This document should be updated when world generation settings, pregeneration procedures, supported dimensions, or server generation requirements change.


Pregeneration Procedure

Before starting pregeneration:

  1. Confirm the server has sufficient storage space available.
  2. Confirm current performance settings are appropriate.
  3. Stop normal player activity if possible.
  4. Perform pregeneration during a maintenance window if possible.

Dimension identifiers used below should match the namespace IDs registered by the server. Verify these values against the active mod configuration if dimensions are added, removed, renamed, or changed.

Chunk generation performance may be affected by:


Overworld

The Overworld should be centered around the actual world spawn point.

Before setting the radius, run:

chunky spawn

This ensures Chunky uses the server's current world spawn location as the center of generation.

Then run:

chunky radius 7500
chunky start

Recommended Overworld radius:

7500 blocks

Reasoning:

Approximate generation area:


Nether

The Nether does not require chunky spawn.

The Nether is centered at 0,0 to provide predictable coverage around the dimension origin and support portal travel.

Run:

chunky world minecraft:the_nether
chunky center 0 0
chunky radius 2000
chunky start

Recommended Nether radius:

2000 blocks

Reasoning:


The End

The End should be centered at 0,0.

Run:

chunky world minecraft:the_end
chunky center 0 0
chunky radius 2500
chunky start

Recommended End radius:

2500 blocks

Reasoning:


Aether

The Aether should be centered at 0,0.

Run:

chunky world aether:the_aether
chunky center 0 0
chunky radius 3000
chunky start

Recommended Aether radius:

3000 blocks

Reasoning:


The Bumblezone

The Bumblezone should be centered at 0,0.

The dimension is centered around generated hive structures and unique terrain rather than a traditional overworld-style spawn area. Centering at the origin provides predictable coverage for exploration and resource gathering.

Run:

chunky world the_bumblezone:the_bumblezone
chunky center 0 0
chunky radius 1500
chunky start

Recommended Bumblezone radius:

1500 blocks

Reasoning:


Deeper Darker Otherside

The Deeper Darker Otherside should be centered at 0,0.

Unlike the Overworld, the Otherside dimension does not require spawn-based centering. The origin provides predictable coverage for dimension exploration and allows players to encounter generated structures and terrain without requiring a large unnecessary pregeneration area.

Run:

chunky world deeperdarker:otherside
chunky center 0 0
chunky radius 2000
chunky start

Recommended Deeper Darker Otherside radius:

2000 blocks

Reasoning:


After Configuration Changes

If changing:

Before stopping or restarting the server:

save-all flush

Stop the server cleanly.

After restarting, check progress:

chunky progress

Resume an existing task:

chunky continue

Optional console reduction:

chunky quiet 60

This reduces Chunky progress messages while allowing generation to continue and helps keep the logs cleaner.


Recommended Final Values

Dimension Radius Center
Overworld 7500 chunky spawn
Nether 2000 0,0
The End 2500 0,0
Aether 3000 0,0
The Bumblezone 1500 0,0
Deeper Darker Otherside 2000 0,0

Related Documentation

The following documents provide additional information about the server configuration and world generation environment.

Document Purpose
server-environment.md Server deployment configuration, resources, storage, and environment settings
server-startup.md JVM arguments, Java runtime configuration, and startup settings
server-configuration.md Non-default server and game-related configuration changes
modpack.md (planned) Modpack overview, installed mods, and mod selection rationale

Change History

2026-08-03

Reviewed and updated pregeneration recommendations for the current server configuration.

Documented dimension namespace verification, corrected Chunky generation area calculations, clarified pregeneration procedures, and updated operational guidance for configuration changes.

2026-07-26

Updated documentation structure to match the infrastructure documentation format.

Documented current Chunky pregeneration procedures, supported dimensions, recommended generation values, and operational considerations.