Player Weight

Quick rating

Player Weight

No reviews yet

Have you ever felt that being able to hold [insert large value here] pounds in your inventory was just a smidge too unrealistic?

Adventure/Exploration
QoL & Tweaks
Mod Loaders
Fabric
Quilt
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Optional
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
player-weight-v2-1.20.x
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Player Weight

Player Weight is a Minecraft fabric mod that adds weight values to all items, along with configurable penalties for breaching weight thresholds.

Player Weight is required on the server, and optionally the client.

Configuration

Player Weight is config-driven; you can change all (reasonable) aspects of the mod using the config. For example, you could make every item with 'dirt' in its name completely weightless, by adding an entry to the config. The config has support for ModMenu, allowing in-game modification as well as being more user-friendly. By default, the config adjusts the weight of some obvious items to a predetermined value to save you time setting the mod up, however you are free to remove the preset values if you like.

Below is the config entry that prevents air from adding weight to the user's inventory.

{
  "text": "Air",
  "modifier": 0.0,
  "type": "PLAIN"
}

Note: setting the weightModifiersAreMultiplicative true/false value in the config to false will not prevent this entry, specifically, from having its weight set to zero.

In each config entry, there are three fields:

  • text: This is the text that the mod will use to determine if a given item should have its weight modified
  • modifier: By default, this value will multiply an item's weight by this amount. However, should weightModifiersAreMultiplicative be false, this will add to the item's weight instead
  • type: This specifies how the mod should use the text field in checking if an item is valid for the modifier. It has four possible values: PLAIN, where the mod will simply check if text is contained within the item's ID, REGEX, where the mod will compile text as a regular expression and check if the item's ID matches, ITEM, where the mod will check if the item's ID matches text exactly, and finally, TAG, where it will check if an item is contained within a given tag.

For example, if I wanted only another_mod:sludgeball to have 1/10th of the weight it normally would, I would create an entry like this:

{
  "text": "another_mod:sludgeball",
  "modifier": 0.1,
  "type": "ITEM"
}

weightPunishments is another list of entries inside the config file. A punishment entry looks something like this:

{
  "type": "SPEED",
  "value": 0.9,
  "begin": 0.8,
  "scaleWithWeight": true
}

This entry sets a player's speed to 90% of their original speed when their weight exceeds 80% of their maximum. The scaleWithWeight true/false value makes the effect become more and more pronounced the more weight the player tacks on.

Player Weight

Player Weight is a Minecraft fabric mod that adds weight values to all items, along with configurable penalties for breaching weight thresholds.

Player Weight is required on the server, and optionally the client.

Configuration

Player Weight is config-driven; you can change all (reasonable) aspects of the mod using the config. For example, you could make every item with 'dirt' in its name completely weightless, by adding an entry to the config. The config has support for ModMenu, allowing in-game modification as well as being more user-friendly. By default, the config adjusts the weight of some obvious items to a predetermined value to save you time setting the mod up, however you are free to remove the preset values if you like.

Below is the config entry that prevents air from adding weight to the user's inventory.

{
  "text": "Air",
  "modifier": 0.0,
  "type": "PLAIN"
}

Note: setting the weightModifiersAreMultiplicative true/false value in the config to false will not prevent this entry, specifically, from having its weight set to zero.

In each config entry, there are three fields:

  • text: This is the text that the mod will use to determine if a given item should have its weight modified
  • modifier: By default, this value will multiply an item's weight by this amount. However, should weightModifiersAreMultiplicative be false, this will add to the item's weight instead
  • type: This specifies how the mod should use the text field in checking if an item is valid for the modifier. It has four possible values: PLAIN, where the mod will simply check if text is contained within the item's ID, REGEX, where the mod will compile text as a regular expression and check if the item's ID matches, ITEM, where the mod will check if the item's ID matches text exactly, and finally, TAG, where it will check if an item is contained within a given tag.

For example, if I wanted only another_mod:sludgeball to have 1/10th of the weight it normally would, I would create an entry like this:

{
  "text": "another_mod:sludgeball",
  "modifier": 0.1,
  "type": "ITEM"
}

weightPunishments is another list of entries inside the config file. A punishment entry looks something like this:

{
  "type": "SPEED",
  "value": 0.9,
  "begin": 0.8,
  "scaleWithWeight": true
}

This entry sets a player's speed to 90% of their original speed when their weight exceeds 80% of their maximum. The scaleWithWeight true/false value makes the effect become more and more pronounced the more weight the player tacks on.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~4,000
Total Downloads
CurseForge
~2,000
Modrinth
~2,000
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works