Item Level Up

Quick rating

Item Level Up

No reviews yet

Level up Items as they're used for stat increases.

Mod Loaders
Forge
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

About

Project Details

Type
Mod
Latest Version
ItemLevelUp-forge-1.20.1-1.jar
Authors

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

Resources

External Links

Source Issues Wiki Discord

About

Description

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.

2025-01-05_15.png


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

Screenshots

Gallery

  • Pickaxe Level Up
    Pickaxe Level Up

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

~5,000
Downloads
Last Updated
Created
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