World generation stuck at 0% if Mystical world ore generation is disabled
3x1at1on opened this issue ยท 4 comments
General Information
Describe the bug:
World generation gets stuck at 0% when ore generation in config is disabled using 0 values as explained in the config file.
Also worth mentioning that Mystical World Ores do not generate in custom dimensions like https://www.curseforge.com/minecraft/mc-mods/advanced-mining-dimension
To Reproduce:
- Install Mystical world
- Disable ore generation
- Create new world
- Stuck at 0%
Expected behavior:
Worlds would generate normally with Ore Generation disabled.
World definitely generates normally with Ore Generation enabled.
Environment Versions
Mystic Mods Versions
- MysticalLib: 2.0.1
- Mystical World 2.0.3
Other Versions:
- Forge: 31.2.31
- Minecraft: 1.15.2
Logging Information
Please Use gist, paste.ee, pastebin or some other log sharing service
Config file settings https://pastebin.com/t19LruQP
Crash Report (if available):
No crash report
Latest Log (if necessary):
I could not find a relevant section in the log but can provide a full log if felt required.
Ah, bugger. I'll have to adjust the generator to also "do nothing"... or at least look into it further. Sorry, I didn't notice this issue and it's not handled in the most recent update (2.0.4) that I've released.
I also need to update the configuration file to allow you to specify dimensions specifically. I believe that was added specifically so that our ores wouldn't spawn in other dimensions, but I think my solution (overworld only) was way too simplistic.
Okay, I've resolved the ore failing to spawn if disabled. Now for the dimensions...