Saturation Plus

Increase Minecraft's saturation limit past 20

File Details

saturation_plus-1.3.0-neoforge-26.1.jar

  • R
  • Jun 4, 2026
  • 47.40 KB
  • 209
  • 26.1.2+2
  • NeoForge

File Name

saturation_plus-1.3.0-neoforge-26.1.jar

Supported Versions

  • 26.1.2
  • 26.1.1
  • 26.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:saturation-plus-959951:8196372"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Patch Notes - Version 1.3 (For Minecraft NeoForge 26.1-26.1.2)

 

- Added compatibility with NeoForge for Minecraft 26.1-26.1.2

- Includes mod implementations up to v1.3:

 

- Commands:

    - /getSaturation - shows current saturation level.

    - /addSaturation - adds (or subtracts, using negative input) saturation.
    - /setSaturation - directly changes saturation to a fixed amount.

 

- Gamerules:

    - hungerLimitsSaturation: Controls whether hunger affects saturation. If true, limit the player's saturation level to never exceed the current hunger level.

        - Set to false to allow saturation levels above 20.

    - maxSaturation: Controls the max saturation limit for players. Set to -1 or lower to disable this limit.

        - Can set below the food limit (between 0 and 20), with 0 disabling the saturation mechanic entirely.

    - alwaysHungry: Determines whether players can eat any food regardless of hunger level in Survival or Adventure mode.
    - maxExhaustion: Controls the max exhaustion level before hunger or saturation depletion. Set to 0 to disable exhaustion.

        - Note that disabling exhaustion means players will never lose hunger or saturation. To prevent infinitely increasing saturation, set a maxSaturation if exhaustion is disabled.
    - saturationEffectDecayRate: Controls the decay rate of a player's saturation gain through status effects. Larger numbers means higher decay rate; set to 0 to keep saturation gain as constant.
        - Traditional Minecraft settings: hungerLimitsSaturation = true, maxSaturation = 20, alwaysHungry = false, maxExhaustion = 4, saturationEffectDecayRate = 0.

 

- Hunger stat visuals:
    - Saturation is displayed in yellow text beside the hunger bar and is updated constantly through server packets.
    - Exhaustion is displayed in gray text under saturation as a percentage value based on the world's maxExhaustion game rule.
    - This mod must be installed on both client and server, otherwise it will not run correctly and all hunger stat visuals will be disabled.