promotional bannermobile promotional banner

Reskillable Reimagined

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

reskillable-5.0.1-1.20.1

File namereskillable-5.0.1-1.20.1.jar
Uploader
Bandit_BytesBandit_Bytes
Uploaded
Aug 9, 2026
Downloads
65
Size
245.4 KB
Mod Loaders
Forge
File ID
8605786
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:reskillable-reimagined-1170464:8605786")

Learn more about Curse Maven

What's new

  • Fix for built in skills not updating the Attributes accordingly.

perk attributes in the json files can remain the old legacy style:

{
"id": "swimming",
"displayName": "Swimming",
"enabled": true,
"perkAttribute": "forge:swim_speed",
"icon": "reskillable:textures/gui/custom_skills/swimming.png",
"perkOperation": "ADDITION",
"perkAmountPerStep": 0.1,
"perkStep": 5
}

Or if you want multiple perks you can rewrite the format like this:

{
  "id": "swimming",
  "displayName": "Swimming",
  "enabled": true,
  "icon": "reskillable:textures/gui/custom_skills/swimming.png",

  "perkAttributes": [
    {
      "attribute": "forge:swim_speed",
      "operation": "ADDITION",
      "amountPerStep": 0.1,
      "perkStep": 5
    },
    {
      "attribute": "minecraft:generic.movement_speed",
      "operation": "MULTIPLY_BASE",
      "amountPerStep": 0.05,
      "perkStep": 10
    }
  ]
}

This mod has no related projects