VeinTweaker

Take full control of ore generation and customize your world's resources to your liking.

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

Forge

implementation fg.deobf("curse.maven:veintweaker-1571706:8360005")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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