[1.16.4] Issue with config option alloyFurnaceDatapackGenerator
Terpo opened this issue ยท 2 comments
What were you doing when the issue happened?
bluepower-common.cfg
set alloyFurnaceDatapackGenerator to false
What did you expect to happen?
World loads fine without creating any recycling recipes.
What happened instead
When loading a single player instance a warning screen of minecraft pops up and tells that something went wrong with loading datapacks. Even clicken "load in safe mode" does not work.
Full Log and Crashlog on pastebin/gist
Forge and Minecraft version
MC 1.16.4
Forge 35.0.3
Bluepower version and build number
bluepower-1.16.3-0.5.221-alpha-universal.jar
I tried a quickfix for myself because my first idea was, that the path is simply null but
it seems that the server field is still null when joining the world. The FMLServerAboutToStartEvent states, that it should be fired when loading a single player world too but maybe it not fired as expected ?