promotional bannermobile promotional banner

Utility Core Admin

Utility Core Admin - Server administration utilities for Minecraft servers.
Back to Files

Utility Core (1.11.12)

File nameutility_core-26.2-neoforge-1.11.12.jar
Uploader
LlaGuiT0LlaGuiT0
Uploaded
Aug 9, 2026
Downloads
7
Size
2.8 MB
Mod Loaders
NeoForge
File ID
8611360
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:utility-core-admin-1601825:8611360"

Learn more about Curse Maven

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 sets recipeUsed, so the selection sticks.
  • Selector re-enabled by default: enableCraftingRecipeSelector is back to true now 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 sets recipeUsed on the ResultContainer.
  • 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

This mod has no related projects