promotional bannermobile promotional banner

eZWeight

A Mod that adds a weight system.

File Details

eZWeight-1.0-1.20.1

  • R
  • Jun 18, 2025
  • 80.39 KB
  • 9
  • 1.20.1
  • Forge

File Name

ezweight-1.0-1.20.1.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:ezweight-1288945:6664034")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Version 1.0 (Initial Release)

  • Weight System:
    • Implemented a weight system for items.
    • Each player can carry a maximum of 4000 weight. (configurable)
    • Penalties for carrying too much weight are applied with penalty levels.
  • Extra penalties:
    • DamageOverweight: You hurt yourself because you are overweight if you have too much weight on you.
    • NoJump: You cannot jump if you are overweight.
    • ForceSneak: You are forced to sneak if you are overweight. Configurable in the config file.
  • HUD and a MiniHUD:
    • Added a HUD to display the current weight and maximum weight.
    • Added a miniHUD.
  • Commands:
    • /ezweight gui to edit the weight of items.
    • /weight toggle <player> or toggleall to toggle the weight system for a player or all players.
    • /weight info <player> to display the weight information of a player.