Reskillable Reimagined

RPG Leveling Mod, 8 default skills with up to 8 custom skills configurable!

File Details

reskillable-2.5.0-1.21.1

  • R
  • Mar 15, 2026
  • 200.83 KB
  • 142
  • 1.21.1
  • NeoForge

File Name

reskillable-2.5.0-1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:reskillable-reimagined-1170464:7758968"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.21.1 Changes:

  • Updated to show the lock_icon.png this is used for the skill gating config
  • Updated to allow * on skill locking.

Example:

"minecraft:netherite_sword": [
      "attack:10",
      "magic:5"
    ],
    "minecraft:*": [
      "magic:5"
    ]

this will make every item have 5 magic in Minecraft. netherite sword will have 10 attack and now 10 magic ( all reqs stack! )