Jump to content

Recommended Posts

Posted

I was going through the server configs when I found IC2.cfg

Can someone help me to understand certain options

Why is this "false" by default ?

    # Enable generation of copper in the world

    B:enableWorldGenOreCopper=false




    # Enable generation of tin in the world

    B:enableWorldGenOreTin=false

How does copper generates in the world then ?

greetings.

-
-

thanks !

Posted

They're false as default because IC2 isn't the only mod generating Copper. I think Tekkit Lite uses the Thermal Expansion Copper.

Posted

I'm trying to understand the working of tekkit with forge & other mods.

Thanks for your help. you are correct.

~tekkitdirectory\config\cofh\thermalexpansion.cfg 


lines 100 to 147



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

# world

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

 

world {

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

    # feature

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

 

    feature {

        B:ore.copper=true

        B:ore.lead=true

        B:ore.silver=true

        B:ore.tin=true

        B:ore.vanilla.augment=true

    }

 

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

    # tweak

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

 

    tweak {

        I:ore.copper.clusterSize=9

        I:ore.copper.maxY=75

        I:ore.copper.minY=40

        I:ore.copper.numClusters=10

        I:ore.diamond.clusterSize=5

        I:ore.diamond.numClusters=2

        I:ore.gold.clusterSize=10

        I:ore.gold.numClusters=2

        I:ore.iron.clusterSize=11

        I:ore.iron.numClusters=3

        I:ore.lead.clusterSize=7

        I:ore.lead.maxY=40

        I:ore.lead.minY=20

        I:ore.lead.numClusters=4

        I:ore.silver.clusterSize=9

        I:ore.silver.maxY=35

        I:ore.silver.minY=15

        I:ore.silver.numClusters=4

        I:ore.tin.clusterSize=9

        I:ore.tin.maxY=50

        I:ore.tin.minY=25

        I:ore.tin.numClusters=8

    }

 

}

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