File Details
superman_toggle_addon-1.0.7.jar
- R
- Apr 22, 2026
- 177.14 KB
- 33
- 1.20.1
- Forge
File Name
superman_toggle_addon-1.0.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
🍗 Hunger & Saturation System Overhaul
A complete rework of how hunger and saturation behave for Kryptonian players.
🔧 Changes
- Replaced the conflicting hunger/saturation logic from the base mod with a fully controlled system inside the addon
- Removed artificial behavior that forced:
- Full hunger (
foodLevel = 20) - Infinite saturation
- Full hunger (
- Restored vanilla Minecraft hunger mechanics:
- Hunger now decreases naturally
- Saturation behaves correctly
- Sprinting, jumping, and regeneration properly consume exhaustion
- Eating now follows normal rules (no more infinite eating)
⚙️ Technical Improvements
- Implemented a structural override of the base mod tick system
- Replaced the original
SupermanEventshunger handling with a custom compatibility controller - Preserved core Kryptonian mechanics while removing only the conflicting food logic
- Eliminated the need for end-tick “fixes” and manual corrections
🧠 Behavior Changes
- Hunger and saturation are now stable and predictable
- No more infinite saturation or forced food refill
- Player behavior is now consistent with vanilla expectations
🌍 Addon Control
- The addon is now the single source of truth for hunger-related behavior
- Vanilla mechanics are preserved by default
- Custom rules (like altitude-based behavior) are applied only when intended, without interference from the base mod
🎯 Result
- More balanced gameplay
- Better integration with Minecraft systems
- No more conflicts with the base mod
- Cleaner, more maintainable code

