Utility Core

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

File Details

Utility Core (1.0.22)

  • R
  • Jul 18, 2026
  • 953.65 KB
  • 17
  • 26.1.2
  • NeoForge

File Name

utility_core-26.1.2-neoforge-1.0.22.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:utility-core-1601825:8457587"

Learn more about Curse Maven

Utility Core 1.0.22

Added

  • OutpostZero compatibility: Prevents armor from being instantly destroyed by the infection damage (outpostzero:infection) dealt by OpzInfectionManager.onFinalInfectionStageExpired().

Technical Details

  • Registered LivingDamageEvent.Pre handler that caps infection damage from Float.MAX_VALUE to 10000 — enough to kill, insufficient to melt armor durability before death events fire.
  • Uses standard vanilla/NeoForge APIs only; no compile-time dependency on OutpostZero required.
  • Only intercepts outpostzero:infection damage type — other mods using high damage values are unaffected.

Compatible with Minecraft 26.1.2 (NeoForge 26.1.2.78)