team-abnormals / caverns-and-chasms

Other
9 stars 6 forks source link

[Feature Request] Add a configuration to disable silver and silver ore spawning #27

Closed kitovoi111 closed 3 months ago

kitovoi111 commented 3 months ago

I'm using the IC2 Classic mod and I have a silver ore conflict in the normal world and in hell.

bageldotjpg commented 3 months ago

With worldgen moving to json formats, it can't reliably be controlled by config anymore - but you can't disable silver ore's generation via data packs. You'll need to overwrite the biome modifiers that add silver to generation in this folder: https://github.com/team-abnormals/caverns-and-chasms/tree/1.19.x/src/generated/resources/data/caverns_and_chasms/forge/biome_modifier/add_feature

kitovoi111 commented 3 months ago

thank