Utility Core (1.11.12)
Curse Maven Snippet
What's new
v1.11.12 - Recipe Selector Fixed
Fix
- Recipe selector no longer reverts to the first option: Selecting an alternative recipe from the crafting selector briefly showed the chosen result, but the output immediately snapped back to the first recipe. The server only updated the remote slot (the client display copy) without writing the real crafting result, so
broadcastChanges()detected the mismatch and re-sent the first recipe's output on the next tick. Now the server also writes the actual result slot (ResultContainer) and setsrecipeUsed, so the selection sticks. - Selector re-enabled by default:
enableCraftingRecipeSelectoris back totruenow that the server-side issue is resolved.
Technical Changes
SelectRecipePacket.handle()— writes the selected output into the real result slot and the remote slot, and setsrecipeUsedon theResultContainer.- Debug logging added with the
[RecipeSelector]prefix (INFO level) to trace clicks, sync packets and server selection state.
Notes
If the selector still misbehaves, send the [RecipeSelector] log section (placing items + clicking the 2nd option) for diagnosis.
JAR: utility_core-26.2-neoforge-1.11.12.jar
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

