Key Configuration Files
Origen’s customization system is organized into three main configuration files:customization.yml
The primary customization file located at the root of the pack. This file contains most of the settings you’ll want to adjust, including:- Biome spread settings - Control biome sizes, jitter, and borders
- Terrain parameters - Base Y level, height, ocean depth
- River settings - River scale, width, and spacing
- Elevation controls - Continental scale, elevation thresholds
- Temperature and precipitation - Climate zone distribution
- Special features - Sinkholes, canyons, spot biomes
pack.yml
Controls the core pack configuration, including:- Biome distribution presets - Choose between different world generation styles
- Population stages - Define what features generate and in what order
- Addons and dependencies - Required Terra addons
meta.yml
Contains global metadata and constants:- World Y levels - Top, bottom, ocean level, deepslate transitions
- Bedrock configuration - Where bedrock layers generate
- Palette base definitions - Shared palette configurations
Configuration Structure
Origen uses a well-organized directory structure to separate different aspects of world generation:Most of Origen’s unique biomes and features can be found in subdirectories named
rearth/. This is where you’ll find the new content that sets Origen apart from the default Terra pack.Quick Customization Examples
Making Biomes Larger
Increase thecellDistance value in customization.yml:
Adjusting Terrain Height
Modify terrain parameters incustomization.yml:
Changing River Frequency
Adjust river scale incustomization.yml:
Navigating the Config
Each directory in Origen contains a README file explaining its purpose and structure. When customizing Origen:- Start with
customization.ymlfor most common adjustments - Check
pack.ymlto switch between distribution presets - Explore individual biome configs in the
biomes/directory for biome-specific tweaks - Refer to README files in each directory for detailed explanations
Next Steps
Explore specific customization topics:- Biome Sizes - Control how large or small biomes generate
- Terrain Settings - Adjust height, elevation, and continental parameters
- River Settings - Customize river generation
- Distribution Presets - Switch between different world generation styles
