DenseOres-How to?/I want

  • 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

Tokoshoran

New Member
Jul 29, 2019
66
0
0
DenseOres is a rather nifty little mod, but unfortunately, it doesn't seem to always include the modded ores in packs. In particular, I'm looking at the Direwolf20 pack, and though I managed to find a config online that I can use by removing non-included mods, I don't know how to add in new ones. I have attempted it, based on how the others were added in, but it did not work.

Here's two additions from the online config I found:
Code:
    block_11 {
        S:baseBlock=IC2:blockOreTin
        I:baseBlockMeta=0
        S:baseBlockTexture=IC2:blockOreTin
        D:denseOreProbability=1
        I:renderType=0
        I:retroGenID=1
        S:underlyingBlock=stone
    }

    block_12 {
        S:baseBlock=TConstruct:SearedBrick
        I:baseBlockMeta=1
        S:baseBlockTexture=tinker:nether_cobalt
        D:denseOreProbability=1
        I:renderType=0
        I:retroGenID=1
        S:underlyingBlock=netherrack
    }
Industrialcraft gets condensed to IC2, but Tinker's construct gets condensed to either TConstruct or tinker. How do I figure out what to shorten it to? Alternatively, if somebody can make one for the 1.7 Direwolf20 pack, that would be very much appreciated.
I don't understand why it didn't come with a customized config...