Ore Generation Disabler

Disables Overworld ore generation using a configurable block tag

File Details

oregenerationdisabler-1.0.1.jar

  • R
  • Jul 11, 2026
  • 22.15 KB
  • 30
  • 1.21.1
  • NeoForge

File Name

oregenerationdisabler-1.0.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:ore-generation-disabler-1603089:8409533"

Learn more about Curse Maven

## Changelog v1.0.1

### Added
- Added separate control for ore filtering sources:
  - Config-based ore blacklist can now be enabled or disabled independently.
  - Biome Modifier block list/tag filtering can now be enabled or disabled independently.

### Changed
- Improved ore disabling logic to prevent conflicts between config lists and biome modifier block lists.
- Debug logging is now controlled only through the `debugLogging` config option.
- Removed the biome modifier JSON debug override to make debug behavior more predictable.
- Removed unnecessary startup logging to keep logs cleaner.

### Fixed
- Fixed an issue where ores could still be disabled after being removed from one filtering source while remaining in another.
- Fixed unwanted debug messages appearing even when `debugLogging` was disabled.

### Notes
- Existing configurations remain compatible.
- No changes were made to ore detection or generation scanning mechanics.