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
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 (
Levelinstead ofServerLevel), 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.