Error spam during world creation - incompatibility with Dynamic Trees
massacring opened this issue ยท 0 comments
Describe the bug:
When I click "Create new world" the game output window is spammed with error messages. The more dynamic tree's addons I have, the more error messages. For just the base mod + Immersive Weathering, I get 25 messages, 24 of which are pretty much the same:
"Parsing error loading recipe immersive_weathering:dynamictrees/acacia_leaf_pile
com.google.gson.JsonSyntaxException: Unknown item 'dynamictrees:acacia_leaves'"
The only difference being the leaf types.
The 25th error message is:
"Parsing error loading recipe dynamictrees:guide
com.google.gson.JsonSyntaxException: Missing conditions, expected to find a JsonArray"
I'm not sure if this is because patchouli is not installed or some other issue.
Versions:
Minecraft version: 1.20.1
Immersive Weathering version: 2.0.3
Moonlight Lib version: 2.13.2
Forge version: 47.2.17
Other mods:
Dynamic Trees by MaxHyper (version: 1.3.3)
Logs:
latest.log
No "launcher_log" seems to be generated. Maybe because I'm using curseforge? Idk.
To Reproduce:
Steps to reproduce the behavior. Format it as a numbered list of steps.
- Install the mods.
- Run the game.
- Attempt to create a new world.
Expected behavior:
A clean game output window without errors.