Resetting Deep dark doesn't generate Nuclearcraft ores
Closed this issue ยท 9 comments
So, I added Nuclearcraft and Advanced Rocketry to an old save. I deleted the Deep dark dimension (extra utilities 2) folder and the Mining Dimension (Aroma1997) in order to generate your mod's ores and the ones of Advanced Rocketry.
No problem for the ones of AR, but yours don't generate.
In a new save no issues in the overworld or in other dimensions.
Running NuclearCraft-2.1b--1.10.2.jar
There's probably some new Forge event I was unaware of - I'll try to get it sorted for the next version.
Ok, I don't think the new event will help in any way - it just seems to be a way of bypassing writing one's own world gen methods. However, I have a solution: I will add a simple config option in the ores category, which is essentially just a list of all dimension numbers in which to generate ores.
The default list right now will be 0 (overworld), 6 (Aroma1997 mining world), -11325 (deep dark) and -9999 (Extra Utils quarry), and this list can be edited freely :)
I love the whitelist option you just mentioned; but for my scenarios a blacklist would be better. for some reason the new world gen in the latest build is bypassing my cofh worldgen confirms. I haven't dug too deeply yet.
Also I don't use the default aroma1997 dimension I'd in my packs. Not sure hard coding it is a good idea
That is strange - as far as a blacklist is concerned... well, ultimately it would make no difference to ore spawning in the Overworld if the problem is there. I guess it's a question of what's worse between having ores generate in worlds where they shouldn't, and them being absent when they should be there.
And having the other IDs there doesn't hurt - the world gen methods ignore the ones that don't have a world associated with them.
How about another config option to select whether it's a whitelist or a blacklist?