Jump to content

Where is the config that controls the copper ? [SOLVED]


RandomDude15

Recommended Posts

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 !

Link to comment
Share on other sites

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

    }

 

}

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