promotional bannermobile promotional banner

Just Backpacks: Enhanced - V1.0.2 [DISCONTINUED]

Craftable backpacks in 7 tiers with persistent storage, 6 passive complements, and full multi-dimension support — achievement friendly.

File Details

Just Backpacks Enhanced - V1.0.2.mcaddon

  • R
  • Mar 24, 2026
  • 287.28 KB
  • 10.7K
  • 26.3+2

File Name

Just Backpacks Enhanced.mcaddon

Supported Versions

  • 26.3
  • 26.0.02
  • 26.0

v1.0.2 — Food Complement Rework

Full rewrite of the Food Complement system, fixing feeding and saturation not working correctly.

Break

Food Complement

  • Rewrote the Food Complement system from scratch.
  • Replaced the old addEffect("saturation") approach with direct manipulation of the hunger and saturation components.
  • Saturation is now correctly capped to its maximum allowed value, preventing errors on high-saturation foods.
  • Vanilla foods are now recognized via an internal lookup table, since Bedrock does not expose the minecraft:food component for native items through scripting.
  • Custom foods from other addons are now supported automatically — any item that defines minecraft:food in its behavior pack will work without additional configuration.
  • The complement now only activates in Survival mode, and only when the player's hunger bar is not full.
  • The best available food in the backpack is chosen by highest nutrition value, with saturation used as a tiebreaker.
Break