promotional bannermobile promotional banner

Reskillable Reimagined

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

reskillable-4.0.1-1.21.1

File namereskillable-4.0.1-1.21.1.jar
Uploader
Bandit_BytesBandit_Bytes
Uploaded
Aug 9, 2026
Downloads
35
Size
260.5 KB
Mod Loaders
NeoForge
File ID
8605785
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:reskillable-reimagined-1170464:8605785"

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:

```json
{
"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:
```json
{
  "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 additional files