Config option "disableVanillaRecipes" prevents creating or loading worlds when enabled
floral-qua-floral opened this issue ยท 0 comments
Versions:
- Minecraft 1.20.1
- Fabric Loader 0.15.3
- Fabric API 0.91.0
- Forgero 0.11.9
No other mods are necessary to reproduce the issue.
Steps to reproduce:
- Open
config/forgero_settings.json
and change thedisableVanillaRecipes
option on line 4 to "true". - Launch the game and open the Singleplayer world list.
- Click "Create new world". The game will crash.
An additional note: If there are no worlds, the game will immediately proceed to the "Create new world" UI upon clicking Singleplayer, and so that's when the crash will occur instead.
Here are the log file and crash report.
Steps to reproduce alternate issue:
- Ensure that
disableVanillaRecipes
is set to "false" so that a world can be created without a crash. - Launch the game and create a Singleplayer world.
- Once the world has been created, close the game, change
disableVanillaRecipes
back to true, and relaunch. - Attempt to join the previously created world. There will be a datapack error forcing the player to either enter the world in Safe Mode, or to back out and return to the title screen.
Here is a log file.