Vanilla generation is blocked in non-whitelisted dimensions
Azmalent opened this issue ยท 3 comments
No stones or ores generate in Atum when "Replace Vanilla Ore and Stone Generation" option is on, even though the dimension is not whitelisted. This probably affects other dimensions as well.
Looking back at this, this functionality essentially was intended. Ores are technically allowed to generate anywhere when the whitelist is empty, but only Ore Stone Variants' ores. Vanilla ores' getting disabled in all dimensions is just the result of how Forge's GenerateMinable event works. There's no way to control which dimensions or biomes are allowed to generate specific ores using the standard API. I'm sure there's some way I can achieve this--either via reflection or by replacing all vanilla ore generators with my own--but I think that would be outside of the scope of this mod, for the time being. :/ At least for what is now an older version of the game.
Are any dimensions whitelisted? If not, I believe ores are allowed to generate anywhere. If you do have some dimensions listed, this is something I can look into, but it'll have to be after I finish moving and potentially get a working build of the rewrite for 1.14 first.