RandomDude15 Posted January 12, 2013 Posted January 12, 2013 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. - [sOLVED] (click me to see the solution or scroll down) - thanks !
theprolo Posted January 12, 2013 Posted January 12, 2013 They're false as default because IC2 isn't the only mod generating Copper. I think Tekkit Lite uses the Thermal Expansion Copper.
RandomDude15 Posted January 12, 2013 Author Posted January 12, 2013 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 } }
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now