File Details
oreconfig-1.0.1.jar
- R
- Jul 2, 2026
- 15.41 KB
- 71
- 1.20.1
- Forge
File Name
oreconfig-1.0.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
OreTweaker v1.0.1 — Changelog
New Features
Per-biome ore generation support
Added support for biome-specific ore generation configuration.
A new configuration system has been introduced through:
config/veintweaker/biome_overrides.json
This allows each biome to define its own ore generation parameters, including:
- Ore spawn rates
- Vein distribution rules
- Biome-specific generation adjustments
Configuration Behavior
- If a biome has defined overrides in
biome_overrides.json, those values will be used instead of global settings. - If no override is defined for a biome, the mod falls back to the global values defined in the
[ores]configuration section. - This system can be disabled entirely using:
use_per_biome_overrides = false
Technical Notes
- Fully integrated into world generation pipeline
- No runtime performance impact after chunk generation
- Compatible with existing global ore configuration system
- Designed for modpack-level customization and advanced world tuning
Changes
- Introduced biome-based override system for ore generation
- Improved flexibility of ore generation configuration structure
- Extended compatibility for modpack configuration workflows