LevelTools!

Quick rating

LevelTools!

No reviews yet

Level up your tools when broken! Like a muscle!!!

QoL & Tweaks
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
All Rights Reserved
Latest Version
leveltools-1.0.0.jar
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

Linceros LevelTools

Linceros LevelTools is an RPG-style progression mod for NeoForge 1.21.1 that completely transforms how you interact with your gear. Originally inspired by a Hytale mod concept, it breathes life into your tools, weapons, and armors by allowing them to gain Experience, level up, and even evolve into better materials!


Features

Tool & Armor Leveling

Your gear is no longer static! Every block you mine, every mob you hit, and every time you take damage, your equipped gear gains XP. As you gain XP, your items will level up.

  • Polynomial Scaling: Each level requires more XP than the last, creating a balanced and rewarding RPG progression curve that doesn't become impossible in the end-game.
  • Armor Scaling: Taking damage happens less frequently than mining stone. Armors have a configurable XP multiplier (5x by default) so they level up alongside your tools naturally!
  • Full Repair: By default, leveling up fully repairs your item!
  • Visual & Audio Feedback: Enjoy satisfying sound effects and particle bursts when leveling up, culminating in a spectacular Totem-like particle explosion when an item evolves!

Dynamic Stat Bonuses

As your gear levels up, it becomes inherently stronger:

  • Max Durability: Increases by a percentage with every level, making your favorite gear last much longer.
  • Mining Speed: Pickaxes, axes, and shovels become noticeably faster.
  • Attack Damage: Swords and weapons strike harder with each new tier.
  • Damage Reduction: Worn armors provide a percentage-based incoming damage reduction per level (capped at 80% to prevent invincibility).

Tool & Armor Evolutions

Why throw away a wooden pickaxe or a leather tunic when they can evolve? Every 5 levels (configurable), your gear will Evolve into the next material tier!

  • Vanilla Progression:
    WoodStoneIronDiamondNetherite

    LeatherChainmailIron ArmorDiamond ArmorNetherite Armor

  • Perfect Preservation: When an item evolves, it keeps all of its enchantments, its custom anvil name, its damage, and its current level.

Sleek User Interface

  • Dynamic HUD: A clean, unobtrusive XP bar appears on your screen when you switch to a tool or gain XP. It automatically fades out after 3 seconds of inactivity to keep your screen clear!
  • Tooltips: Hover over any leveled tool or armor in your inventory to see its exact XP, Level, and active Stat Bonuses.

Highly Configurable

Almost everything can be tweaked in the mod's configuration file (run/config/leveltools-common.toml):

  • Base XP required for Level 1.
  • Polynomial XP multiplier.
  • Percentage bonuses for Speed, Damage, Durability, and Armor Reduction.
  • Armor XP Gain Multipliers.
  • Evolution interval (e.g., evolve every 5 levels, 10 levels, or disable entirely).
  • HUD Position (Top Left, Bottom Right, Center, etc.).

Apoya a Linceros en BisectHosting

For Modpack Makers & Modders

Linceros LevelTools includes a built-in Java API that allows you to register custom evolutions for your own modded items in just one line of code!

// Example: Make a Lead Pickaxe evolve into a Silver Pickaxe
LevelToolsAPI.registerEvolution(ModItems.LEAD_PICKAXE.get(), ModItems.SILVER_PICKAXE.get());

Commands

Server admins and mapmakers can use the /leveltools command to manage progression:

  • /leveltools addxp <amount>: Instantly grants XP to the held tool.
  • /leveltools setlevel <level>: Forces a tool to a specific level and applies stats instantly.

Linceros LevelTools

Linceros LevelTools is an RPG-style progression mod for NeoForge 1.21.1 that completely transforms how you interact with your gear. Originally inspired by a Hytale mod concept, it breathes life into your tools, weapons, and armors by allowing them to gain Experience, level up, and even evolve into better materials!


## Features

Tool & Armor Leveling

Your gear is no longer static! Every block you mine, every mob you hit, and every time you take damage, your equipped gear gains XP. As you gain XP, your items will level up.

  • Polynomial Scaling: Each level requires more XP than the last, creating a balanced and rewarding RPG progression curve that doesn't become impossible in the end-game.
  • Armor Scaling: Taking damage happens less frequently than mining stone. Armors have a configurable XP multiplier (5x by default) so they level up alongside your tools naturally!
  • Full Repair: By default, leveling up fully repairs your item!
  • Visual & Audio Feedback: Enjoy satisfying sound effects and particle bursts when leveling up, culminating in a spectacular Totem-like particle explosion when an item evolves!

Dynamic Stat Bonuses

As your gear levels up, it becomes inherently stronger:

  • Max Durability: Increases by a percentage with every level, making your favorite gear last much longer.
  • Mining Speed: Pickaxes, axes, and shovels become noticeably faster.
  • Attack Damage: Swords and weapons strike harder with each new tier.
  • Damage Reduction: Worn armors provide a percentage-based incoming damage reduction per level (capped at 80% to prevent invincibility).

Tool & Armor Evolutions

Why throw away a wooden pickaxe or a leather tunic when they can evolve? Every 5 levels (configurable), your gear will Evolve into the next material tier!

  • Vanilla Progression:
    WoodStoneIronDiamondNetherite

    LeatherChainmailIron ArmorDiamond ArmorNetherite Armor

  • Perfect Preservation: When an item evolves, it keeps all of its enchantments, its custom anvil name, its damage, and its current level.

Sleek User Interface

  • Dynamic HUD: A clean, unobtrusive XP bar appears on your screen when you switch to a tool or gain XP. It automatically fades out after 3 seconds of inactivity to keep your screen clear!
  • Tooltips: Hover over any leveled tool or armor in your inventory to see its exact XP, Level, and active Stat Bonuses.

Highly Configurable

Almost everything can be tweaked in the mod's configuration file (run/config/leveltools-common.toml):

  • Base XP required for Level 1.
  • Polynomial XP multiplier.
  • Percentage bonuses for Speed, Damage, Durability, and Armor Reduction.
  • Armor XP Gain Multipliers.
  • Evolution interval (e.g., evolve every 5 levels, 10 levels, or disable entirely).
  • HUD Position (Top Left, Bottom Right, Center, etc.).

For Modpack Makers & Modders

Linceros LevelTools includes a built-in Java API that allows you to register custom evolutions for your own modded items in just one line of code!

// Example: Make a Lead Pickaxe evolve into a Silver Pickaxe
LevelToolsAPI.registerEvolution(ModItems.LEAD_PICKAXE.get(), ModItems.SILVER_PICKAXE.get());

Commands

Server admins and mapmakers can use the /leveltools command to manage progression:

  • /leveltools addxp <amount>: Instantly grants XP to the held tool.
  • /leveltools setlevel <level>: Forces a tool to a specific level and applies stats instantly.

Screenshots

Gallery

  • Captura de pantalla 2026-06-02 223128.png
    Captura de pantalla 2026-06-02 223128.png Captura de pantalla 2026-06-02 223128.png
  • Captura de pantalla 2026-06-02 223537.png
    Captura de pantalla 2026-06-02 223537.png Captura de pantalla 2026-06-02 223537.png

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
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