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
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: truetorequired: falsein mixin config (one failure no longer breaks all mixins) - Replaced
@ModifyVariablewith@Redirectfor 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)