Jump to content

Recommended Posts

Posted

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.

Posted

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

}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...