Can't get yellorite to spawn in Thaumic Tinkerer KAMI's bedrock dimension.
DarkenMoon opened this issue · 8 comments
I can't get yellorite ore to spawn in KAMI's bedrock dimension, the dimension is not blacklisted, and the ore is not blacklisted in the dimension.
enableWorldGenInNegativeDims is set to true.
ThaumicTinkerer-2.3-140
Big Reactors 0.3.3A
Any ideas?
I'm not familiar with the mod. What's the dimension ID? I might've screwed
up and not implemented enableWorldGenInNegativeDims properly or something.
On Thu, Jun 5, 2014 at 2:35 AM, DarkenMoon97 [email protected]
wrote:
I can't get yellorite ore to spawn in KAMI's bedrock dimension, the
dimension is not blacklisted, and the ore is not blacklisted in the
dimension.enableWorldGenInNegativeDims is set to true.
ThaumicTinkerer-2.3-140
Big Reactors 0.3.3AAny ideas?
—
Reply to this email directly or view it on GitHub
#211.
The dimension ID for the bedrock dimension is -19.
I should also note (should of before) that the dimension does have custom ore generation, kinda. That may be the reason it is not generating.
Hmm. I'll take a look at my ore-gen code, but I suspect you're right. Is there something in the Thaumic Tinkerer config to add yellorite to its custom ore-gen?
Unfortunately there is not. There is only a spot for blacklisting what ores can generate.
Hmm. Does this dimension use standard stone as its structural base? My code uses the stock vanilla ore generator, and it only replaces blocks which permit replacement by "general mineables", such as netherrack and smooth stone. I can't see anything else in my code which would result in this behavior.
It generates long veins vertically in bedrock, from layers 254 - 1. The bedrock can be mined (it disappears when you try to mine it with the pickaxe) only using the special pick from KAMI.
Ah, that'd be the issue. Bedrock is not replaced by standard world generation, and there's nothing I can do about that.
You'll have to make a request to KAMI's developers, I think. Sorry.