Skip to content

Configuration Specification

nexonerr edited this page Dec 26, 2022 · 1 revision

Utilityful Ores Configuration Specification

This wiki page has resources that explain, and act as reference to the configurations provided by Utilityful Ores.
Both configuration files can be found under .minecraft\config\utilityfulores


World Generation Configuration

This file can be found under .minecraft\config\utilityfulores\world_gen.toml

generate_ores: Defines whether ores generate or not

Defaults to: true
This option is not affected by inverted_mode and is all conclusive.

inverted_mode: Completely inverts all generate clauses on standard ore configs

Defaults to: false
Use this if you want to enable ores selectively instead of disabling them selectively.
With this option turned on ores will only generate if their generate clause is false

Standard Ore Configuration

This configuration is used for every ore that is included with the mod, as the name suggests, it is standard.
This means that it is generated for every ore in the mod, with one for every ore.
The names of the clauses will also be appended with the ore's name. For example:
vein_size for example_ore would be example_ore_vein_size

generate: Defines if an ore generates ore not.

vein_size: The maximum size a vein of this ore can generate in. This does not mean that this ore will always generate with this vein size.

Min : 1 - Max : 64

spawn_rate: Defines how many veins of this ore will spawn in a chunk if is_rare for this ore is false.
If is_rare is true, it will define per how many chunks a vein of this ore will spawn.

The rest of the configuration options either directly relate with other options, or are really self explanatory! I believe in you!


Block Property Configuration

This configuration has options for very block specific properties.
I recommend just reading the comments for the options, and if you still have a problem, please feel free to ask.