Jump to content

How to Merge Ores


Recommended Posts

Fair enough then. Like I said, you just have to find the right settings in the configs that support it. For example, in technicssp/redpower/redpower.cfg, at the bottom, there's this:

world {

    generate {

      copper=0

      silver=1

      tin=0

    }



  }




As you can see, for technic, redpower copper and tin do not generate, but silver, which the other mods do not have, does generate. And from technicssp/config/IC2.cfg, we have:




# Enable generation of copper in the world

enableWorldGenOreCopper=true

# Enable generation of tin in the world

enableWorldGenOreTin=true

# Enable generation of uranium in the world

enableWorldGenOreUranium=true

So this is where we get the copper and tin in our worlds, as well as the uranium. I don't think buildcraft has any unique ores, but you can disable things like oil spawns. Now even though these ores are from a different mod, they can still be used in each other's recipes thanks to the forge ore dictionary.

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...