Utility Core (1.11.10)
Curse Maven Snippet
What's new
v1.11.10 - Recipe Selector Disabled
Status
- Recipe selector feature disabled by default: After extensive debugging, we discovered that the server-side mixin for detecting multiple recipes has a fundamental issue with parameter alignment in Minecraft 26.2. The `CraftingContainer` being passed to the recipe detection method contains empty slots (air) rather than the actual crafting ingredients. This causes the server to never detect valid recipes and the selector fails completely.
- The feature has been disabled by default while a proper fix is investigated.
What's Wrong
- The mixin injection point parameters appear misaligned with the actual method signature in MC 26.2
- Server logs show: "Recipe calculation: 0 recipes found for input [AIR, AIR, AIR, AIR]" even when ingredients are placed
- This is a deep structural issue that needs investigation of the `CraftingMenu.slotChangedCraftingGrid()` method signature
JAR: utility_core-26.2-neoforge-1.11.10.jar
This mod has no additional files

