Question about ore generation in MindCrack modpack

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Zynthetic

New Member
Jul 29, 2019
34
0
0
I'm playing it on standart config, and running extremely low on tin and copper. I noticed, that these ores are from ThermalExpansion (i think so), but no any information is given about it on their main wiki page.
So the question is: What is the best height in classic MC world to grind it? (I'm living in desert, does it affects?
 

Omicron

New Member
Jul 29, 2019
2,974
0
0
You can look in Thermal Expansion's config file:

Code:
    tweak {
        I:ore.copper.clusterSize=7
        I:ore.copper.maxY=75
        I:ore.copper.minY=40
        I:ore.copper.numClusters=9
 
        (*snip*)
 
        I:ore.tin.clusterSize=7
        I:ore.tin.maxY=50
        I:ore.tin.minY=25
        I:ore.tin.numClusters=7
    }

So you need to look for copper above y=40, and for tin below y=50... a tunnel around y=45 should give you access to both.
 

Zynthetic

New Member
Jul 29, 2019
34
0
0
You can look in Thermal Expansion's config file:
So you need to look for copper above y=40, and for tin below y=50... a tunnel around y=45 should give you access to both.
oh thx, i didn't now that it's now configurable there :3
Maybe any extra advices? i'm more used to FTB modpack
 

Omicron

New Member
Jul 29, 2019
2,974
0
0
If you're playing in singleplayer you can adjust these values as you wish (though they were intentionally chosen and tested by the FTB team as they are, keep that in mind). Changes made will only apply to newly generated chunks though.
 

Zynthetic

New Member
Jul 29, 2019
34
0
0
yea, i get it
i can actually change this in SMP i think, if it has these values in cfg file
i'm a modpack maker too, i think i can change them safely :)