Reskillable FORGE
Now available for version 1.20.1! This is an adaptation of the Rereskillable mod by notmajik.
Reskillable is a modification that adds a skill progression system to Minecraft using experience points. Leveling up skills unlocks access to advanced items, allows mining rare blocks, crafting improved items, and fighting powerful enemies. All these parameters can be configured in the configuration files!
By default, many standard vanilla items require specific skill levels. For example, a diamond pickaxe becomes available only after reaching level 16 in the "Mining" skill. Settings for crafting items, kills, and modified elements are not initially included in the configuration.
Modification Features
Reskillable changes the standard game behavior:
- Items and blocks cannot be used or mined without the required skill levels
- Sheep do not drop wool when killed, forcing players to obtain shears first to create a bed (this feature can be disabled in settings)
How to Start?
- Open the skills tab with the G key (in version 1.20.1, this key can be reassigned)
- Spend experience to level up!
- If a crafting recipe doesn't appear in a modpack, it might require a specific skill level
Commands
Set skill level:
/skills set [player] [skill] [level]
Check skill level:
/skills get [player] [skill]
Additional Settings
- Disabling sheep wool drops
- Changing the initial upgrade cost in experience levels
- Configuring upgrade cost increases All configurations are done in the reskillable-common.toml file in the config folder
Skill Locks
New restrictions are added by including strings in the skillLocks list:
"mod:id skill:level"
Examples:
"minecraft:ender_pearl magic:5",
"minecraft:bow attack:3 agility:2",
"minecraft:horse agility:10"
The skillLocks list allows blocking:
- Items (using, wearing, accessories)
- Blocks (mining, placing)
- Entities (mountable animals)
Note: Changes to lock configurations are applied only after restarting the game.
Additional Lock Types
- The attackSkillLocks list has the same format but restricts attacking certain entities until requirements are met
- The craftSkillLocks list restricts item creation until required skill levels are achieved