FTB Monster: Where'd all the redstone go?

  • 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

einsteinsci

New Member
Jul 29, 2019
109
0
0
I've been mining for a few hours (IRL) and I've noticed something that really worries me: I have yet to find any naturally generated redstone ore. I've searched levels from y=72 all the way down to y=8, and not a single ore block. All the redstone I've gotten has come from looted redstone blocks in those castle-dungeon things. I've also noticed the same thing with lapis; all the lapis I've gotten has come from meteors. Are these supposed to be rarer than diamond (even for FTB), or am I just not looking hard enough? I've found plenty of gold and iron, ores that in previous packs were quite rare, but no lapis or redstone.
 
In monster, all vanilla generation is disabled via COFHWorld.

COFHWorld-Generation.cfg has the parameters that add it back again, using CoFHWorld's generators:

Code:
        redstone {
            I:ClusterSize=7
            I:MaxY=12
            I:MinY=5
            I:NumClusters=6
            B:RetroGen=true
        }

So, search between 5 and 12 and you should find it. In vanilla it generates from 1 to 16, so the height restriction of 12 does make it rather more difficult to find perhaps.