Gregtech Cobblestone Generation - How to disable, or tone down?

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • 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

Brian Cherrick

Well-Known Member
Jul 5, 2013
1,050
98
64
The config shows the following

Blackgranite_tiny
Blackgranite_small
Blackgranite_medium
Blackgranite_large
Blackgranite_huge

It also has the same for Redgranite. Each one has values for Amount, MaxHeight, MinHeight, Probability, and Size.

I don't have a problem with in generating. But the amounts it generates in is way to much, compared to other rock types. So how can I disable most of it, but make it no more common than other ores and such. Just trying to reduce it by about 50-60%.

Thanks in advance for the help.

Brian
 
I don't use GT so I don't know the diff between lg & small black granite, but I think I can get you started:
If you just want it gone all together, pick the right line in this section & change true to false:

B:Overworld.Layer.BlackGranite_Huge_true=true
B:Overworld.Layer.BlackGranite_Large_true=true
B:Overworld.Layer.BlackGranite_Medium_true=true
B:Overworld.Layer.BlackGranite_Small_true=true
B:Overworld.Layer.BlackGranite_Tiny_true=true

To keep it, but change how much you get alter these:

blackgranite_tiny {
I:Amount_1=1 [don't know about this one]
I:MaxHeight_120=120 [highest y coordinate it will gen at]
I:MinHeight_0=0 [lowest y coordinate it will gen at]
I Probability_48=48 [how likely it is to gen]
I:Size_50=50 [don't know about this one]

Cutting the probability in half should cut the chance of finding it in half.
To keep it in the mountains & out of your mines, you could raise the min height to sea level or so (64).
I don't think this will change terrain already generated.
Don't forget to back up your saved game file 1st.
Remember what you've changed because you'll have to change it again anytime you download a new pack update.

Hope this helps.