Equipment Weight
ModAdds a weight system for equipment.
Type
Mod
Modrinth Downloads
895
Modrinth ID
vHajeVaM
Last Updated
Jun 26, 2026
Description
Equipment Weight
This mod adds a weight system for equipment.
This mod is an API for mod and data pack authors. It does nothing on its own.
Implementation
The ratio of the two new entity attributes generic.equipment_weight and generic.max_equipment_weight is compared to a configurable list of values. When the ratio is equal or greater than one of the values the corresponding status effect is applied. Only one status effect will be applied.
The default attribute values are:
- 0.0 for generic.equipment_weight
- 10.0 for generic.max_equipment_weight
Configuration
The server config contains a map of float values to strings. The strings should be valid identifiers for status effects. Invalid strings are ignored.
Example
"weight_effects": { "0.2": "minecraft:strength", "0.5": "minecraft:haste", "0.4": "minecraft:regeneration", "1.0": "minecraft:glowing" }Using this config and the default value for generic.max_equipment_weight a LivingEntity with a generic.equipment_weight of 5.0 would be affected by the "Haste" effect. Changing the value of generic.equipment_weight to 3.0 would remove the "Haste" effect and apply the "Strength" effect
Compatibility
Mod Loaders
Game Versions
Similar Mods
Daleeny's MoreMeats Mod
A vanilla friendly Mod that adds A few more meat variants to the game
create:wanderlite plus
A mod to expand the uses of wanderlite from create clockwork
Blaze's Omnitrix Fusions
An addon for Palladium featuring the Omnitrixes and their aliens from Arrzee's Enhanced Series
Nuclear Earth Mod
Changes Various Mods for Balancing and Patches
Better Mob Combat Recruitsfix
Unofficial fork of Better Mob Combat restoring compatibility with Villager: Recruits and fixing a few other bugs
JEI Enchants
Allows you to look up enchantment details in JEI.