Jump to content

Remove Copper, Tin, bronze and Silver


Vivacity

Recommended Posts

I'm working on a modpack and I need to remove duplicate ores. Is there anyway I can completly remove Copper, Tin, Bronze and silver. Im running the latest version of Voltz mods on 1.5.2. I don't know where else to post this. I need help editing the config files. It would be greatly appreciated. All I've managed go do is stop silver ore from generating but it still exists.

Link to comment
Share on other sites

Thanks guys for all your help. Without you I would have never become the person I am today.

Add the following lines to your Basic Components.cfg:

####################

# ore_generation

####################

 

ore_generation {

    B:"Generate oreCopper"=false

    B:"Generate oreTin"=false

}



Add the following lines to your electricexpansion.cfg:

####################

# ore_generation

####################

 

ore_generation {

    B:"Generate Silver Ore"=false

}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...