Skip to content

Crash on Singleplayer World Startup: JEI Attempts to Load Pipes Facade as Stonecutting Recipe, Causing ClassCastException #73

@SOMEHOTMEAL

Description

@SOMEHOTMEAL

forgot to precise the version. version is 1.21 on fabric

When launching a singleplayer world, the game crashes due to a ClassCastException involving JEI and the Pipes mod. It appears that JEI is attempting to load a custom recipe from the Pipes mod (FacadeCraftingRecipe) as a standard stonecutting recipe, which causes the error.

Steps to Reproduce:

Install the JEI mod alongside the Pipes mod.
Launch a singleplayer world.
The game crashes during startup as JEI tries to handle recipes, specifically stonecutting recipes.
Expected Behavior: JEI should load recipes without causing a crash, and the custom facade recipe from the Pipes mod should not be misinterpreted as a stonecutting recipe.

Error Log: ClassCastException: Pipes FacadeCraftingRecipe cannot be cast to Minecraft stonecutting recipe (net.minecraft.class_3975).

full report: https://gist.github.com/SOMEHOTMEAL/a2b3eecc2fe2fde5e710400fbec841db

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions