
ModsJava
Item Progression
Adds restrictions on item usage based on invested experience points. Inspired by Skillable. Free Minecraft Java mod for 1.21.1.
⬇ Download on Modrinth


Item Progression
This mod adds a leveling system, which prevents players from using certain items before they reach a specified level in the corresponding skills. The list of available skills and requirements is fully configurable. Additionally the mod makes spawners and fully grown crop blocks drop a specified range of xp; this can be configured or disabled in the same config file.
Example Configuration{
"skills": [
{
"name": "Example Skill 1",
"iconItem": "minecraft:apple",
"maxLevel": 100
},
{
"name": "Example Skill 2",
"iconItem": "minecraft:stick",
"maxLevel": 50
}
],
...
"itemMap": {
"minecraft:torch":
{
"Example Skill 1": 20,
"Example Skill 2": 50,
},
"minecraft:apple":
{
"Example Skill 2": 8
}
}
Compatibility
By default, the item list includes items from the following mods:
- Better Archeology
- Things
- Mutant Monsters
- Dragon Loot
- Extra Shields
- Farmer's Delight Refabricated
- Underground Worlds
- Ice and Fire
These mods are not required, and any missing items will simply be ignored.
Verified by MCModsHub
- Ships as item_progression-1.0.3.jar — drop this file into the mods folder
- Download size: 57 KB
- Download link checked 7 Sept 2026 — working
These come from our own check of the pack file, not from the source page.