Utility Core

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

File Details

Utility Core (1.0.6)

  • R
  • Jul 9, 2026
  • 945.83 KB
  • 10
  • 26.1.2
  • NeoForge

File Name

utility_core-1.0.6.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

NeoForge

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

Learn more about Curse Maven

Changelog

1.0.6

  • Fixed result slot always empty in crafting table (mixin parameter type mismatch prevented injection)
  • Fixed sync packet being sent even when no recipes matched
  • Single-recipe case now handled directly instead of letting vanilla redundantly re-process
  • Added error logging when recipe lookup fails

1.0.5

  • Removed refmap requirement (Mojang mappings make it unnecessary for MC 26.1.2)
  • Changed required: true to required: false in mixin config (one failure no longer breaks all mixins)
  • Replaced @ModifyVariable with @Redirect for damage clamp (more reliable)

1.0.4

  • Fixed mixin cascade failure: if one mixin failed, all mixins stopped applying

1.0.3

  • Fixed server crash "Damage cannot be negative" when Apothic Attributes + Tombstone affects Armadillos (negative damage clamped to 0)