Jump to content

Recommended Posts

Posted

How do you merge all the different mods ore types into a single type. EX. Isntead of 3 different types of copper, you only have 1, but it still works for all of the mods.

I have

IC2

RP2

and BC2.x

All on a SMP server, it's working well but LOTS of different ores.

Posted

That's a config thing, not a modding thing. You just disable the unwanted ores. If you want to know how to use the forge ore dictionary, then that's a topic for here.

Posted

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.

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