When launching the game and attempting to create a new world, the game crashes during data pack loading.
The crash occurs in dev.ninjdai.letsdocompat.mixin.RecipeManagerMixin due to missing items from the HerbalBrews mod, which are referenced in recipe JSONs.
com.google.gson.JsonElement.getAsJsonObject(JsonElement.java:101)
at dev.ninjdai.letsdocompat.mixin.RecipeManagerMixin
...
Couldn't find herbalbrews:armor_flask_big in registries.
Couldn't find herbalbrews:feral_flask_big in registries.
...
Additional notes:
Game runs fine after removing letsdocompat-forge-2.2.4.jar, confirming the issue originates from this mod alone.
When launching the game and attempting to create a new world, the game crashes during data pack loading.
The crash occurs in dev.ninjdai.letsdocompat.mixin.RecipeManagerMixin due to missing items from the HerbalBrews mod, which are referenced in recipe JSONs.
Additional notes:
Game runs fine after removing letsdocompat-forge-2.2.4.jar, confirming the issue originates from this mod alone.