FTBTeam / FTB-Mods-Issues

Any mod issues, be it FTB Teams, Quests or any other of our mods can be reported here!
21 stars 1 forks source link

[Feature Request]: A way to tweak the ore generation in the config file #297

Open joaolfsouza opened 2 years ago

joaolfsouza commented 2 years ago

Mod

FTB Industrial Contraptions (Forge)

Description

Disabling/Tweaking ore generetion in the config file isnt possible.

Describe the solution you'd like

Add a line in the config file that makes possible to specify the amount of ores generated or entirely disable it.

Describe alternatives you've considered

No response

SaimonWoidig commented 1 year ago

Would really appreciate, if the ore generation was configurable. Any updates?

nddragoon commented 1 year ago

Really needed feature. needing to remove ores manually with other mods as a pack maker is super annoying

desht commented 1 year ago

Disabling FTBIC ores is already possible via datapack: see https://github.com/FTBTeam/FTB-Industrial-Contraptions/blob/1.19/main/src/generated/resources/data/ftbic/forge/biome_modifier/ftbic_ore_biome_modifier.json for the default biome modifier JSON. This can be easily overridden with standard Minecraft datapack functionality.

There's also https://github.com/FTBTeam/FTB-Industrial-Contraptions/tree/1.19/main/src/generated/resources/data/ftbic/forge/biome_modifier0 - ores can be blacklisted by biome too. Default is to blacklist the Nether and End biomes, but adding #minecraft:is_overworld to ftbic:ore_spawn_blacklist would be a quick way to disable all FTB IC ores if you're getting them from another mod.

SaimonWoidig commented 1 year ago

Oh right, I did the same with Thermal. I tried finding the correct JSON to overwrite with the datapack but it seems I wasn't thorough enough. Nevertheless, it would be great, if this was mentioned in the description or such. After that, the issue can be closed I guess.