Apotheosis

Apotheosis

70M Downloads

Adventure JEI plugin broken by JEI update

loldev69 opened this issue ยท 2 comments

commented

MC version: 1.18.2

Relevant error:

[Render thread/ERROR] [me.je.co.lo.PluginCaller/]: Caught an error from mod plugin: class shadows.apotheosis.adventure.compat.AdventureJEIPlugin apotheosis:adventure_module
java.lang.NoClassDefFoundError: mezz/jei/config/Constants
at shadows.apotheosis.adventure.compat.ApothSmithingCategory.(ApothSmithingCategory.java:37) ~[Apotheosis-1.18.2-5.7.7.jar%2353!/:5.7.7] {re:classloading}
at shadows.apotheosis.adventure.compat.AdventureJEIPlugin.registerCategories(AdventureJEIPlugin.java:66) ~[Apotheosis-1.18.2-5.7.7.jar%2353!/:5.7.7] {re:classloading} ...

Looking at the code, it seems that the class ApothSmithingCategory uses the value Constants.RECIPE_GUI_VANILLA from the mezz.jei.config.Constants class: however, in newer JEI versions that value has been moved to the mezz.jei.common.Constants class, hence the error.

commented

bleh, guess 18.2 needs a bugfix update.

commented

5.8.0