Quick Start Guide
This guide will help you start generating chunks with Voxy World Gen V2 in just a few minutes.First Launch
Start Minecraft
Launch Minecraft with your Fabric profile and load into a world (singleplayer or multiplayer).On first launch, the mod will automatically create a configuration file with sensible defaults based on your system resources.
Verify Mod Is Active
Press F3 to open the debug screen.In the bottom-right corner, you should see the Voxy World Gen V2 status overlay:
If you don’t see this overlay, ensure
showF3MenuStats is enabled in the config (it’s on by default).Watch Chunks Generate
The mod will automatically start generating chunks around your position.You’ll see the statistics update:
- completed: Number of chunks successfully generated
- rate: Chunks generated per second
- remaining: Chunks left to generate within your configured radius
- active: Currently generating chunks
Accessing Configuration
Voxy World Gen V2 uses ModMenu for in-game configuration (if installed).Open Mod Menu
From the main menu or pause menu, click Mods.
If you don’t have ModMenu installed, you’ll need to edit the config file manually at
config/voxyworldgenv2.json.Find Voxy World Gen V2
Scroll through the mod list and find Voxy World Gen V2.Click on it to select it.
Essential Configuration Options
Here are the most important settings you’ll want to configure:Enable/Disable Generation
Master switch for chunk generation.
- Enable: Chunks generate in the background
- Disable: All generation stops immediately
Generation Radius
How far from players (in chunks) to generate terrain.
- 64 chunks: Small radius, fast completion (~4096 chunks total)
- 128 chunks: Balanced default (~16,384 chunks total)
- 256 chunks: Large radius for distant horizons (~65,536 chunks total)
- 512 chunks: Maximum radius, takes considerable time
Max Active Tasks
Number of chunks that can generate concurrently.
- Lower values (5-10): Less CPU usage, slower generation
- Default (20): Balanced for most systems
- Higher values (40-64): Faster generation on powerful hardware
Save Normal Chunks
Whether to save generated chunks to disk.This indicates how many chunks skipped disk saves.
- Enable (default): Chunks are saved normally
- Disable: LOD-only chunks skip disk saves (reduces I/O)
F3 Debug Stats
Shows generation statistics in the F3 debug screen.Disable this if you want a cleaner debug screen.
Understanding the F3 Overlay
The bottom-right corner of your screen (when F3 is open) shows real-time statistics:Singleplayer Display
-
Status Line: Shows current state
running: Actively generatingthrottled (low tps): Paused due to low server TPSdone: All chunks in radius completed
- completed: Successfully generated chunks
- skipped: Already-existing chunks that didn’t need generation
-
lod suppressed: Chunks that skipped disk saves (only shown when
saveNormalChunksis disabled) - remaining: Chunks left to generate with estimated time
- active: Chunks currently being generated
- rate: Generation speed in chunks per second
- voxy: Whether Voxy integration is active
Multiplayer Display
On multiplayer servers running Voxy World Gen V2:- rate: LOD chunks received per second
- bandwidth: Network transfer rate
- received: Total chunks and data received from server
The mod includes a client-server protocol to synchronize LOD data in multiplayer. Players receive generated chunks automatically.
Performance Monitoring
TPS-Based Throttling
The mod automatically monitors server TPS (ticks per second):- TPS >= 19: Normal generation speed
- TPS < 19: Generation pauses to avoid impacting gameplay
Recommended Settings by Hardware
- Budget System
- Mid-Range System
- High-End System
- Dedicated Server
CPU: 4-6 cores, RAM: 8GB
Working with Tellus Worlds
If you have Tellus installed, the mod automatically detects Tellus worlds and enables optimized generation.
- Fast Generation: Bypasses vanilla chunk generator entirely
- Direct Voxy Ingestion: Writes terrain directly into Voxy format
- Biome-Aware Terrain: Realistic surface blocks based on biome data
- Procedural Features: Trees and vegetation placed based on real-world data
Manual Configuration
If you don’t have ModMenu, you can edit the config file directly.Locate Config File
Navigate to your Minecraft directory and open:The file is created automatically on first launch.
Edit Settings
The file uses JSON format:Edit values as needed. All settings are described in the Configuration Reference.
config/voxyworldgenv2.json
Verifying Generation
To confirm chunks are generating correctly:Check F3 Stats
Watch the
completed counter increase and rate show a positive value (e.g., 50.0 c/s).Verify Voxy Integration
If Voxy is installed, you should see distant terrain appear as chunks generate.Voxy’s LOD system will render these chunks at lower detail from far away.
Common Issues
Generation Not Starting
Generation Not Starting
Symptoms:
rate: 0.0 c/s, active: 0, no progressSolutions:- Ensure
enabledistruein config - Check if status shows
throttled (low tps)- if so, server performance is too low - Verify you’re in a supported dimension (Overworld, Nether, End)
- Try increasing
maxActiveTasksif it’s set very low
Low Generation Speed
Low Generation Speed
Symptoms:
rate is very low (< 10 c/s)Solutions:- Increase
maxActiveTasksfor more concurrent generation - Check CPU usage - if at 100%, your system may be the bottleneck
- Reduce
generationRadiusto generate fewer total chunks - Ensure no other heavy mods are running
Voxy Not Showing LODs
Voxy Not Showing LODs
Symptoms: Chunks generate but no distant terrain appearsSolutions:
- Verify Voxy is installed and enabled
- Check F3 stats shows
voxy: enabled - Ensure Voxy’s render distance is set high enough in video settings
- Try reloading the world
Server Lag During Generation
Server Lag During Generation
Symptoms: Low TPS, gameplay stutteringSolutions:
- The mod should automatically throttle when TPS < 19
- Reduce
maxActiveTasksto 10 or lower - Reduce
generationRadiusto generate fewer chunks - Allocate more RAM to the server
Next Steps
Configuration Reference
Learn about all available configuration options
Advanced Usage
Explore advanced features and optimization