Mineuniverse
Log in Register
Mods

Item Level Up

Level up Items as they're used for stat increases.
by tfarecnim
Download Claim this project
4,976 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Adventure and RPG Armor, Tools, and Weapons

Overview


With this mod, most tools, weapons, and armor are levelled up as they're used.  As an item goes up in level, it gains 1 or more bonuses to stats.


In order for an item to gain experience, it must be used for it's associated task correctly.

Tools gain experience by harvesting blocks (not to be confused with destroying them), 1 point per block.
 
Weapons gain experience by attacking and damaging mobs, 1 point per hit.

Armor gains experience by taking and blocking damage, 1 point per pre-reduction damage taken.  Note: damage from sources that bypass armor suck as magic, /kill, starvation, or anything else in the damage tag will NOT give experience!


This mod is focused on configurability so almost any item can be made to have custom level up effects.  Currently only vanilla items are supported out of the box. 

While this mod is required on server and client, all of the configuration is handled through datapacks.

This mod looks for the data/domain/levelup folder to load providers from, and has a few basic defaults as examples.

 

Example json and explanation:

{
  "items": [
    "minecraft:iron_sword",
    "minecraft:diamond_sword",
    "minecraft:netherite_sword",
    "minecraft:wooden_sword",
    "minecraft:stone_sword",
    "minecraft:golden_sword"
  ],
  "provider": {
    "max_level": 15,
    "rewards": [
      {
        "attribute": "minecraft:generic.attack_damage",
        "increase_per_level": 0.25,
        "operation": "ADDITION",
        "slots": [
          "MAINHAND"
        ]
      }
    ],
    "scale": {
      "type": "linear",
      "config": {
        "a": 10
      }
    },
    "valid_actions": [
      "attack"
    ]
  }
}

 

If the json is completely blank; only contains {} then it will be skipped with a note in the log.

Keys:
items : The list of items that this provider should apply to, note that if the same item appears in multiple jsons it will be overwritten

provider: The leveling handler

  max_level: The maximum number of levels this item can reach.

  rewards: what rewards are given when the item levels up, can be multiple
  attribute: The attribute to increase

 

 

ItemLevelUp-forge-1.20.1-1.jar
MC 1.20.1, Forge
Release 2025-01-05 Get

More from tfarecnim

AE2 Extras
9,507,442
Immersive Engineering Cloche and Pam's Harvestcraft 2 Compat
9,373
NBT Tracker
925
Balanced Enchanting
9,194,068
Fast Furnace minus Replacement
9,158,032
Paths
89,872

You Might Also Like

AstikorCarts Redux
Horse powered carts and plows, now for 1.20+!
9,976,693
mxTune
Adds musical instruments that allow you to play music in MML format.
994,306
JoJo No Kimyou Na Bouken: JoJoCraft
This is a jojos Mod Nothing more
99,649
Middle-earth
Join the legendary world of Tolkien's universe from The Lord of The Rings to the Hobbit and more!
99,467
Pure Discs - Tricky Trials (Fabric/Forge)
Adds nine new discs from songs that were added in the 1.21 Tricky Trials update!
99,442
Reverse Eon
Reverse Eon adds a persistent, player-owned island dimension to Minecraft. Enter your personal world through the Timekeeper Suitcase and manage it with the Computer Suitcase, giving you full control over island settings, portals, visitors, and more.
9,980