
Lukas' Weapon Leveling
This mod makes it possible to level up your armor and weapons. It will also let items not disappear when broken.
- Загрузки
- 139K
- Подписчики
- 172
- Обновлён
- 9 июля 2026 г.
- Лицензия
- All-Rights-Reserved
Опубликован 13 ноября 2022 г.

Gear up. Level up. Power up.
Level all your Combat Gear
by killing and fighting monsters and bosses!

by killing and fighting monsters and bosses!

Repair them even when broken
by using an anvil and their material!

by using an anvil and their material!

New Ranged Damage Attribute
for weapons like Bows, Crossbows and Tridents

for weapons like Bows, Crossbows and Tridents

Configure the mod to your heart's content
using datapacks, the config or even the LevelingAPI!
You can find the official documentation here
You can also generate levelable item files here
using datapacks, the config or even the LevelingAPI!
You can find the official documentation here
You can also generate levelable item files here
Info
Commands
Change the level of a weapon using /itemlevel <set|add> <player> <level|points> <amount>
List all tags of an item using /print_tag_list item <selected|of> (<item>)
List all tags of an entity using /print_tag_list entity <looking|of> (<entity>)
Mod Support
While some mods may still work, official builtin support has been dropped in favour of addons. This allows for quicker and more precise updates to these and the main mod.
Showcases and Reviews
Spotlight by Noxus - Outdated
Commands
Change the level of a weapon using /itemlevel <set|add> <player> <level|points> <amount>
List all tags of an item using /print_tag_list item <selected|of> (<item>)
List all tags of an entity using /print_tag_list entity <looking|of> (<entity>)
Mod Support
While some mods may still work, official builtin support has been dropped in favour of addons. This allows for quicker and more precise updates to these and the main mod.
Showcases and Reviews
Spotlight by Noxus - Outdated
Supported Languages
Ченджлог
1.20.1-3.2.0-fabricРелиз1.20.1 · 9 июля 2026 г.
Version 3.2.0
Added
- Ranged Damage Registry via datapacks
- Option to exclude tags from a levelable item JSON via
excludeTag(Useful when the original tag might contain another weapon type and you don't want to overwrite it) - Added new item level related methods to Leveling API (
getLevelProgress,getLevel,updateLevelProgress,updateLevel)
1.20.1-3.2.0-forgeРелиз1.20.1 · 9 июля 2026 г.
Version 3.2.0
Added
- Ranged Damage Registry via datapacks
- Option to exclude tags from a levelable item JSON via
excludeTag(Useful when the original tag might contain another weapon type and you don't want to overwrite it) - Added new item level related methods to Leveling API (
getLevelProgress,getLevel,updateLevelProgress,updateLevel)
1.20.1-3.1.0-fabricРелиз1.20.1 · 5 июля 2026 г.
Version 3.1.0
Changed
- Internal Refactoring to potentially improve performance for NBT Leveling
Added
- NBT Support for single item shorthand
leveling_type - Adding Attributes to weapons that don't have them by default by filling out the parameters
addIfNonExistentandslotsForNonExistent/slotForNonExistentin theattributessection - new
getLevelableItemmethod toLevelingAPI - 2 new leveling types:
weaponleveling:passive_handfor the offhand (or main if the offhand is used as the attack hand) andweaponleveling:passive_invfor all items in the inventory besides the attack item (excludes offhand and armor) - debug command
/print_tag_listto print the tag lists of an item or entity - Event to LevelingAPI to execute code directly after all levelable items have loaded called
AfterLevelableLoadedEvent - Changed the parameters of the
modifyAttributeModifiermethod in LevelingAPI. Old Method is deprecated - Method to LevelingAPI to calculate an AttributeModifiers amount for a level called
calculateModifierAmount
Fixed
- Entity blacklist not applying
weaponleveling:brokenbeing able to get registered as a levelable item
1.20.1-3.1.0-forgeРелиз1.20.1 · 5 июля 2026 г.
Version 3.1.0
Changed
- Internal Refactoring to potentially improve performance for NBT Leveling
Added
- NBT Support for single item shorthand
leveling_type - Adding Attributes to weapons that don't have them by default by filling out the parameters
addIfNonExistentandslotsForNonExistent/slotForNonExistentin theattributessection - new
getLevelableItemmethod toLevelingAPI - 2 new leveling types:
weaponleveling:passive_handfor the offhand (or main if the offhand is used as the attack hand) andweaponleveling:passive_invfor all items in the inventory besides the attack item (excludes offhand and armor) - debug command
/print_tag_listto print the tag lists of an item or entity - Event to LevelingAPI to execute code directly after all levelable items have loaded called
AfterLevelableLoadedEvent - Changed the parameters of the
modifyAttributeModifiermethod in LevelingAPI. Old Method is deprecated - Method to LevelingAPI to calculate an AttributeModifiers amount for a level called
calculateModifierAmount
Fixed
- Entity blacklist not applying
weaponleveling:brokenbeing able to get registered as a levelable item
1.20.1-3.0.1-forgeРелиз1.20.1 · 5 мая 2026 г.
Version 3.0.1
Added
- New tags under
weaponlevelingnamespace (namelyhelmets,chestplates,leggings,boots,swords,axes)
Changed
- Improved compatibility with all sorts of default tags in
weaponlevelingtags - Changed
itemproperty for leveling files ofhelmets,chestplates,leggings,boots,swordsandaxes
Fixed
- Tooltips not showing for other players on local servers due to a missing sync
- More Syncing issues
1.20.1-3.0.1-fabricРелиз1.20.1 · 5 мая 2026 г.
Version 3.0.1
Added
- New tags under
weaponlevelingnamespace (namelyhelmets,chestplates,leggings,boots,swords,axes)
Changed
- Improved compatibility with all sorts of default tags in
weaponlevelingtags - Changed
itemproperty for leveling files ofhelmets,chestplates,leggings,boots,swordsandaxes
Fixed
- Tooltips not showing for other players on local servers due to a missing sync
- More Syncing issues
1.20.1-3.0.0-forgeРелиз1.20.1 · 8 апреля 2026 г.
Update 3.0.0
- Added Attribute Leveling where you can level any and all attributes an Item has
- Added Leveling Functions (Math Functions)
- Added Leveling Types (Worn, Melee, Ranged, None)
- Added new Leveling API
- Revamped the Datapack System
- Removed builtin Mod Support in Favour of Addons
1.20.1-3.0.0-fabricРелиз1.20.1 · 8 апреля 2026 г.
Update 3.0.0
- Added Attribute Leveling where you can level any and all attributes an Item has
- Added Leveling Functions (Math Functions)
- Added Leveling Types (Worn, Melee, Ranged, None)
- Added new Leveling API
- Revamped the Datapack System
- Removed builtin Mod Support in Favour of Addons
Комментарии
Загружаем…