Just Enough Items (JEI)

Just Enough Items (JEI)

464M Downloads

[Crash]: Missing Recipe Category for Create’s `sequenced_assembly ` Causes Client Crash on Recipe View"

a-xavier-core opened this issue · 2 comments

commented

Steps to Reproduce the Crash

Minecraft Version: 1.21.1
JEI Version: 19.21.0.247 (NeoForge)
Other Notable Mods:

Mod List:
	Name Version (Mod Id)
	AppleSkin 3.0.7+mc1.21 (appleskin)
	Architectury 13.0.8 (architectury)
	Carry On 2.2.2 (carryon)
	Cloth Config v15 API 15.0.140 (cloth_config)
	Clumps 19.0.0.1 (clumps)
	conditional mixin 0.6.4 (conditional_mixin)
	Controlling 19.0.5 (controlling)
	Create 6.0.6 (create)
	Create Crafts & Additions 0.0NONE (createaddition)
	Create Unlimited 0.7.0-beta.1 (createunlimited)
	Create: Central Kitchen 2.1.3 (create_central_kitchen)
	Create: Copycats+ 3.0.2+mc.1.21.1-neoforge (copycats)
	Create: Dragons Plus 1.6.1 (create_dragons_plus)
	Create: Enchantment Industry 2.1.6 (create_enchantment_industry)
	Curios API 9.5.1+1.21.1 (curios)
	Embeddium 1.0.15+mc1.21.1 (embeddium)
	Farmer's Delight 1.2.8 (farmersdelight)
	Ferrite Core 7.0.2 (ferritecore)
	Flywheel 1.0.4 (flywheel)
	GeckoLib 4 4.7.6 (geckolib)
	Jade 15.10.1+neoforge (jade)
	Just Enough Items 19.21.0.247 (jei)
	Minecraft 1.21.1 (minecraft)
	ModernFix 5.23.1+mc1.21.1 (modernfix)
	Mouse Tweaks 2.26.1 (mousetweaks)
	NeoForge 21.1.182 (neoforge)
	Neruina 2.2.11 (neruina)
	Not Enough Crashes 4.4.9+1.21.1 (notenoughcrashes)
	Ponder 1.0.56 (ponder)
	Searchables 1.0.2 (searchables)
	Some Assembly Required 5.1.2 (someassemblyrequired)
	Sophisticated Backpacks 3.24.15 (sophisticatedbackpacks)
	Sophisticated Backpacks Create Integration 0.1.3 (sophisticatedbackpackscreateintegration)
	Sophisticated Core 1.3.52 (sophisticatedcore)
	Sophisticated Storage 1.4.39 (sophisticatedstorage)
	Sophisticated Storage Create Integration 0.1.11 (sophisticatedstoragecreateintegration)
	WorldEdit 7.3.8+6939-7d32b45 (worldedit)
	Xaero's Minimap 25.2.6 (xaerominimap)
	Xaero's World Map 1.39.9 (xaeroworldmap)

Crash Type: Client-side crash on mouse interaction with JEI overlay

Description:
Clicking on a Create-mod item (such as a component involved in sequenced assembly) inside JEI triggers a crash. The error message is:

java.lang.IllegalStateException: There is no recipe category registered for: RecipeType[uid=create:sequenced_assembly, recipeClass=class com.simibubi.create.content.processing.sequenced.SequencedAssemblyRecipe]

This suggests the Create mod is missing proper JEI integration for this custom recipe type. While this may be an issue with Create, JEI doesn’t seem to handle the absence gracefully and crashes the client.

Steps to Reproduce:

  1. Load Minecraft 1.21.1 with NeoForge.
  2. Install JEI and Create (with addons like Enchantment Industry).
  3. Search for a Create-related component in JEI (e.g., Sequenced Assembly output).
  4. Click to view the recipe → client crashes immediately. (without crash handler)

Expected Behavior:
JEI should either:

  • Display a valid recipe category, or
  • Gracefully handle its absence with a tooltip or error message, not a crash.

Mod Pack URL (Optional)

No response

Mod Pack Version (Optional)

NeoForge 21.1.182

Extra Notes (Optional)

No response

Crash Report

https://gist.github.com/a-xavier-1/533231e8c0b183c822cb3f7b01bb4f14.js

commented

@a-xavier-1 It seems like the cause of the crash might be the "Some Assembly Required" mod. I'm getting a similar crash in a custom modpack with it enabled and no crash with it disabled.

commented

@a-xavier-1 It was indeed that mod. It has been reported as an issue there as well & fixed in version 1.2.0 of that mod:
ochotonida/some-assembly-required#53