Utility Core QoL (2.2.3)
Curse Maven Snippet
What's new
v2.2.3 - Recipe Selector Log/Network Spam Fix
Fix
- Excessive log spam and redundant network traffic:
CraftingMenu.slotChangedCraftingGridfires repeatedly even when the crafting grid contents have not actually changed. The "0 matching recipes" and "1 matching recipe" branches of the recipe selector resent a sync packet to the client on every single invocation regardless, unlike the "multiple matching recipes" branch, which already checked whether the inputs had changed first. Both branches now skip the resend entirely when the inputs are unchanged. - The 3 unconditional client-side log lines in
receiveServerRecipes(fired on every packet received) were left atINFOlevel, so every redundant resend also floodedlatest.log. They are now logged atDEBUGlevel instead.
Purely internal fix — no config or behavior changes for the recipe selector itself, just far less log noise and network chatter while a crafting grid sits with items that don't match a recipe.
JAR: utility_core_qol-26.2-neoforge-26.2.0.37-beta-2.2.3.jar
This mod has no additional files

