Utility Core

A library mod providing recipe conflict resolution and shared utilities for NeoForge mods.

File Details

Utility Core (1.0.11)

  • R
  • Jul 10, 2026
  • 948.02 KB
  • 16
  • 26.1.2
  • NeoForge

File Name

utility_core-1.0.11.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:utility-core-1601825:8407186"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Utility Core v1.0.11 — Minecraft 26.1.2 (NeoForge)

Bug Fixes

  • Recipe selector now works correctly: The mixin injection was using the wrong parameter type (Level instead of ServerLevel), causing the mixin to never execute. Clicking an alternative recipe now properly updates the result slot visually and produces the correct item.
  • Selector tooltip: Now uses Minecraft's standard tooltip rendering (setTooltipForNextFrame) instead of manual drawing, improving readability and visual consistency.

New Features

  • Recipe selector in player inventory (2x2): The recipe selector now also appears in the player's inventory crafting grid. Works the same as the crafting table: when placing ingredients with multiple possible results, you can choose which one to craft.
  • Improved visual sync: The result packet is now sent directly to the client (ClientboundContainerSetSlotPacket), ensuring the result slot immediately reflects the selected recipe.

Compatibility

  • Minecraft: Version 26.1.2 only
  • NeoForge: 26.1.2.78+
  • Fast Workbench (fastbench): Incompatible, must be absent

Installation

Drop the .jar into the mods/ folder of your NeoForge installation. No additional dependencies required.