Fun Ores Mod 1.16.5, — Configuration
Configuration
Fun Ores features one of the most flexible ore generation systems in Minecraft modding. In versions 1.15.2 and 1.16.5, configuration is split into two areas:
Common Config
Located at config/funores/common.toml, this file contains general settings:
* Logging: Enable logOreSpawns to debug where and how many ores are generating in your world.
* Endermite Spawn Chance: Adjust how often mining Enderman Ore triggers an Endermite attack.
JSON Ore Generation
Located in the config/funores/ore_generation/ folder, this system allows you to define custom veins. Each JSON file defines:
* Block: The block to be spawned (can be any block, including those from other mods).
* Vein Size: The number of blocks per cluster.
* Vein Count: How many clusters spawn per chunk.
* Height Range: The minimum and maximum Y-levels for generation.
* Weights: If a vein contains multiple block types, you can assign weights to determine which blocks appear more frequently within that single vein.