Mod

Simple Weight

Quick rating

Simple Weight

No reviews yet

This mod add a weight value to all the items, and debuff the player if carries too much weight with it

Mod Loaders
NeoForge
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 Required
Server Required

About

Project Details

Type
Mod
License
GNU General Public License v3.0 only
Latest Version
Tharidia_simpleweight_0.4.0_beta
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

Tharidia: Simple Weight

⚠️ BETA VERSION - UNDER DEVELOPMENT ⚠️

This mod is currently in an alpha state and is being actively developed. Features may change, and bugs may be present. Use at your own risk in production environments.


About the Tharidia Project

Tharidia is an ambitious Minecraft roleplay server project set in a medieval fantasy world. The server features complex, custom mechanics that significantly diverge from vanilla Minecraft gameplay, creating a unique roleplay experience focused on medieval life with fantasy elements.

The Tharidia Project consists of multiple interconnected mods that work together to create this immersive experience. Simple Weight is one of these modular components, extracted from the main Tharidia Things mod to allow for independent deployment and maintenance alongside other Tharidia mods.


What This Mod Does

Tharidia: Simple Weight implements a realistic weight system that affects player movement based on their inventory load. This mechanic adds a layer of realism and strategic inventory management to the Tharidia roleplay experience.

Core Features

🎒 Dynamic Weight Calculation

  • Every item in your inventory has a weight value
  • Total weight is calculated in real-time as you pick up or drop items
  • Weight values are fully configurable via datapacks

🏃 Movement Speed Penalties

  • Carrying heavy loads slows down your movement speed
  • The more weight you carry, the slower you move
  • Speed reduction is gradual and proportional to your total weight
  • Uses Minecraft's attribute system for smooth, compatible speed modifications

🏊 Swimming Restrictions

  • When overencumbered, you cannot swim upward in water
  • Simulates the difficulty of swimming with heavy equipment
  • Adds strategic considerations for water crossings and exploration

⚙️ Datapack Configuration

  • Define custom weight values for any item via JSON datapacks
  • Server administrators can fine-tune the weight system to their needs
  • Default weight values provided for common items (ores, blocks, tools, etc.)

👑 Master/OP Bypass

  • Players with operator permissions automatically bypass the weight system
  • Useful for server administration and testing
  • Can be easily modified in the code if different behavior is desired

🚀 Performance Optimized

  • Player batching system distributes processing load across ticks
  • Designed to handle large servers with many players
  • Minimal performance impact even on busy servers

Configuration

Default Weight Values

The mod comes with default weight values for common items:

  • Heavy Items (10.0 weight): Anvils, Netherite blocks
  • Medium-Heavy Items (5.0 weight): Iron blocks, Gold blocks, Diamond blocks
  • Medium Items (2.0 weight): Iron ingots, Gold ingots
  • Light Items (0.5 weight): Diamonds, Emeralds
  • Very Light Items (0.1 weight): Most other items
  • Basic multiplier: It multiplies all weight by a factor

New compatibility with backpack mods (Sophisticated Backpacks, L2 Backpack, Simple Backpack)

Custom Datapack Configuration

You can create custom weight configurations using datapacks. Place JSON files in:

datapacks/your_datapack/data/tharidia_simpleweight/weight/items.json

Example configuration:

{
  "weights": {
    "minecraft:iron_ingot": 2.0,
    "minecraft:gold_ingot": 2.5,
    "minecraft:diamond": 0.5,
    "minecraft:netherite_ingot": 3.0
  }
}

DISCORD

If you need any more info about this mod or the Tharidia Project join the discord HERE.


Credits

Development Team: Frenk02 and THproject Team


License

GNU v3

Tharidia: Simple Weight

⚠️ ALPHA VERSION - UNDER ACTIVE DEVELOPMENT ⚠️

This mod is currently in an alpha state and is being actively developed. Features may change, and bugs may be present. Use at your own risk in production environments.


About the Tharidia Project

Tharidia is an ambitious Minecraft roleplay server project set in a medieval fantasy world. The server features complex, custom mechanics that significantly diverge from vanilla Minecraft gameplay, creating a unique roleplay experience focused on medieval life with fantasy elements.

The Tharidia Project consists of multiple interconnected mods that work together to create this immersive experience. Simple Weight is one of these modular components, extracted from the main Tharidia Things mod to allow for independent deployment and maintenance alongside other Tharidia mods.


What This Mod Does

Tharidia: Simple Weight implements a realistic weight system that affects player movement based on their inventory load. This mechanic adds a layer of realism and strategic inventory management to the Tharidia roleplay experience.

Core Features

🎒 Dynamic Weight Calculation

  • Every item in your inventory has a weight value
  • Total weight is calculated in real-time as you pick up or drop items
  • Weight values are fully configurable via datapacks

🏃 Movement Speed Penalties

  • Carrying heavy loads slows down your movement speed
  • The more weight you carry, the slower you move
  • Speed reduction is gradual and proportional to your total weight
  • Uses Minecraft's attribute system for smooth, compatible speed modifications

🏊 Swimming Restrictions

  • When overencumbered, you cannot swim upward in water
  • Simulates the difficulty of swimming with heavy equipment
  • Adds strategic considerations for water crossings and exploration

⚙️ Datapack Configuration

  • Define custom weight values for any item via JSON datapacks
  • Server administrators can fine-tune the weight system to their needs
  • Default weight values provided for common items (ores, blocks, tools, etc.)

👑 Master/OP Bypass

  • Players with operator permissions automatically bypass the weight system
  • Useful for server administration and testing
  • Can be easily modified in the code if different behavior is desired

🚀 Performance Optimized

  • Player batching system distributes processing load across ticks
  • Designed to handle large servers with many players
  • Minimal performance impact even on busy servers

Configuration

Default Weight Values

The mod comes with default weight values for common items:

  • Heavy Items (10.0 weight): Anvils, Netherite blocks
  • Medium-Heavy Items (5.0 weight): Iron blocks, Gold blocks, Diamond blocks
  • Medium Items (2.0 weight): Iron ingots, Gold ingots
  • Light Items (0.5 weight): Diamonds, Emeralds
  • Very Light Items (0.1 weight): Most other items

Custom Datapack Configuration

You can create custom weight configurations using datapacks. Place JSON files in:

datapacks/your_datapack/data/tharidia_simpleweight/weight/items.json

Example configuration:

{
  "weights": {
    "minecraft:iron_ingot": 2.0,
    "minecraft:gold_ingot": 2.5,
    "minecraft:diamond": 0.5,
    "minecraft:netherite_ingot": 3.0
  }
}

🔗 Useful Link

Discord


Credits

Development Team: Frenk02 and THproject Team


License

GNU v3

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

<1,000
Total Downloads
CurseForge
<1,000
Modrinth
<1,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync