[Feature Request] Whitelist or Blacklist for Dimensions for Dense Ores
gabor7d2 opened this issue ยท 0 comments
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

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!

