ERROR thrown when JEI is loading
Phoupraw opened this issue · 1 comments
Minecraft Version
1.21.1
Describe the Bug
[306月2025 20:00:47.656] [Render thread/ERROR] [mezz.jei.library.load.PluginCaller/]: Caught an error from mod plugin: class plus.dragons.createcentralkitchen.integration.jei.CCKJeiPlugin create_central_kitchen:jei
java.lang.IllegalStateException: There is no recipe category registered for: RecipeType[uid=create:sawing, recipeClass=class com.simibubi.create.content.kinetics.saw.CuttingRecipe]
A recipe category must be registered in order to use this recipe type.
at TRANSFORMER/[email protected]/mezz.jei.library.recipes.collect.RecipeTypeDataMap.get(RecipeTypeDataMap.java:38) ~[jei-1.21.1-neoforge-19.21.2.313.jar%23199!/:19.21.2.313]
at TRANSFORMER/[email protected]/mezz.jei.library.recipes.RecipeManagerInternal.addRecipes(RecipeManagerInternal.java:115) ~[jei-1.21.1-neoforge-19.21.2.313.jar%23199!/:19.21.2.313]
at TRANSFORMER/[email protected]/mezz.jei.library.load.registration.RecipeRegistration.addRecipes(RecipeRegistration.java:52) ~[jei-1.21.1-neoforge-19.21.2.313.jar%23199!/:19.21.2.313]
at TRANSFORMER/[email protected]/plus.dragons.createcentralkitchen.integration.jei.CCKJeiPlugin.handler$zce000$create_central_kitchen$registerRecipes$farmersdelight(CCKJeiPlugin.java:569) ~[create-central-kitchen-2.1.3.jar%23196!/:?]
at TRANSFORMER/[email protected]/plus.dragons.createcentralkitchen.integration.jei.CCKJeiPlugin.registerRecipes(CCKJeiPlugin.java) ~[create-central-kitchen-2.1.3.jar%23196!/:?]
conditional mixin 0.6.4 (conditional_mixin)
Create 6.0.6 (create)
Create: Central Kitchen 2.1.3 (create_central_kitchen)
Create: Dragons Plus 1.6.1 (create_dragons_plus)
Farmer's Delight 1.2.8 (farmersdelight)
Flywheel 1.0.4 (flywheel)
Just Enough Items 19.21.2.313 (jei)
Minecraft 1.21.1 (minecraft)
NeoForge 21.1.185 (neoforge)
Ponder 1.0.56 (ponder)
Reproduction Steps
- Install Create, Farmer's Delight, JEI and Create: Central Kitchen
- Enter a world
- Check the log
Expected Result
No error