Jump to content

Recommended Posts

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

    }

 

}

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