⚙️ Utility Core Fixes
Compatibility fixes and crash prevention for modded Minecraft servers.
Overview
Utility Core Fixes provides essential compatibility fixes and crash prevention for modded Minecraft servers. All features are individually toggleable via config/utility_core_fixes-common.toml (or the in-game mod menu).
Features
Corail Tombstone Compatibility
- GUI Scale Fix — Prevents Corail Tombstone from forcing GUI scale to 4 when opening its menus; restores your configured scale on close
- Item Init Fix — Properly initializes NBT data for Tombstone items (lollipop color, magic_scroll random effect) when obtained via
/giveor creative menu - Error Handler — Suppresses mixin errors from Tombstone's
ItemInputMixinto prevent crashes on server startup
Negative Damage Fix
Clamps negative damage values to zero, preventing IllegalArgumentException: Damage cannot be negative server crashes from any mod interaction (e.g., Apothic Attributes + Tombstone).
OutpostZero Infection Damage Cap
Caps outpostzero:infection damage type to 10,000 to prevent armor destruction before death events fire.
Configuration
All features configurable via utility_core_fixes-common.toml:
# Tombstone fixes
enableTombstoneGuiScaleFix = true
enableTombstoneItemInitFix = true
enableTombstoneErrorHandler = true
# General fixes
enableNegativeDamageFix = true
enableOutpostZeroDamageCap = true
Requirements
| Requirement | Version |
|---|---|
| Minecraft | 26.2 (1.21.1) |
| NeoForge | 26.2.0.37-beta+ |
Optional dependencies (fixes only activate when mods present):
- Corail Tombstone
- OutpostZero
MIT License. Developed by Stalking Dragons.

