rwtema / DenseOres

53 stars 51 forks source link

[Feature Request] Whitelist or Blacklist for Dimensions for Dense Ores #98

Open gabor7d2 opened 8 years ago

gabor7d2 commented 8 years ago

Description

I have a minor problem, because some mods, like Draconic Evolution and SteamCraft (Flaxbeard's Steam Power) handle their ores in a way that when you enter like the nether, the background of the ore changes to netherrack and when you enter the end it changes to end_stone.

So if I only registered a normal ore with Stone background, there was Dense Draconium Ores in the end with stone background. My other idea is that I register the ores with all 3 backgrounds (stone, netherrack, and end_stone) than Dense Ores might only place the Dense Ores with the appropriate background. But neither worked, so if you can help me, maybe I did something wrong, or add a Blacklist or Whitelist to ores, so my 2nd idea could work then. I think I could do this with CoFHCore's ore generation, but I don't want to.

My Draconic Evolution Dense Ores:

    block_9 {
        S:baseBlock=DraconicEvolution:draconiumOre
        I:baseBlockMeta=0
        S:baseBlockTexture=draconicevolution:animated/draconium_ore
        D:denseOreProbability=1
        I:renderType=0
        I:retroGenID=0
        S:underlyingBlock=stone
    }

    block_10 {
        S:baseBlock=DraconicEvolution:draconiumOre
        I:baseBlockMeta=0
        S:baseBlockTexture=draconicevolution:animated/draconium_ore_nether
        D:denseOreProbability=1
        I:renderType=0
        I:retroGenID=0
        S:underlyingBlock=netherrack
    }

    block_11 {
        S:baseBlock=DraconicEvolution:draconiumOre
        I:baseBlockMeta=0
        S:baseBlockTexture=draconicevolution:animated/draconium_ore_end
        D:denseOreProbability=1
        I:renderType=0
        I:retroGenID=0
        S:underlyingBlock=end_stone
    }

Sorry if this an intended feature or an already known issue.

Screenshots:

Draconic Evolution Draconium Ore 2015-10-20_22 48 58

SteamCraft Zinc Ore 2015-10-20_22 50 31 2015-10-20_22 51 09

Versions:

DenseOres: 1.6.2 Draconic Evolution: 1.0.2-Snapshot_3 SteamCraft (Flaxbeard's Steam Power): 0.28.10

If you need forge logs, modlist, or anything like that, tell me. Thanks for the help!