HomeJavaModsEncumbered (Player Weight)
Encumbered (Player Weight)
ModsJava

Encumbered (Player Weight)

by Khofo · on Modrinth

A configurable weight mod that lets you add weight to every item in the game. No more carrying the universe in your pocket.

⬇ Download on Modrinth
Encumbered (Player Weight) — screenshot 1Encumbered (Player Weight) — screenshot 2Encumbered (Player Weight) — screenshot 3Encumbered (Player Weight) — screenshot 4Encumbered (Player Weight) — screenshot 5

Overview


This mod lets you add weight to items. The more items you carry, the more you weigh. Inventory User Interface Weight Tooltip

How It Works


There are three stages of encumberment:

Unencumbered: You can move normally. Hotbar Weight Icon

Encumbered: You can no longer sprint. Encumbered Hotbar Icon

Over Encumbered: You can barely move (no sprinting, jumping, slower movement, and sinking in fluids). Over Encumbered Hotbar Icon

Features


Planned Features



More updates to come! Questions? Check us out on Discord 🎮

Mod Setup In order to modify weight values, you must create a datapack to override or add your own mod's weight values. The datapack should be dropped in the world's datapacks folder.

Datapack Example:

-DataPackName
|-pack.mcmeta
|-data
 |-encumbered
  |-data_maps
   |-item
    |-item_weights.json

item_weights.json should be in the format:

{
  "values": {
    "minecraft:stone": {
      "replace": true,
      "value": {
        "weight": 12.0
      }
    },
    "modid:item": {
      "replace": true,
      "value": {
        "weight": 1.0
      }
    },
    "#minecraft:logs": {
      "replace": true,
      "value": {
        "weight": 10.0
      }
    }
}

The pack.mcmeta file should look like this:

{
    "pack": {
        "pack_format": 34,
        "description": "Pack Description Here"
    }
}

Configs


Config/encumbered-client.toml:

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more