JustLeveling Fork

Add aptitudes, skills and passive abilities in vanilla style!
Just Leveling Fork provides an intuitive interface and various mechanics. Customize your character with numerous titles, track progress through the aptitude interface, and work hard to unlock everything hidden behind each aptitude.
Required Libraries

- Curios API - required library for mod operation
- YetAnotherConfigLib - use version 3.4.2! Otherwise the game may crash when opening in-game settings
- If you use BetterCombat, additional library PlayerAnimator is required
Main Features
- 8 different aptitudes with unique characteristics
- Special skills for each aptitude
- Passive abilities specific to each aptitude
- Multiple titles for character equipment
- In-game parameter configuration system
- Support for BetterCombat, EpicFight and Tetra mods
Frequently Asked Questions
Game crashes when opening settings
Most likely you have the wrong version of YetAnotherConfigLib. Use version 3.4.2.
Item duplication issues when crafting
This problem occurs only when using mods that add special behavior to the crafting table or new crafting tables. In this case, disable the closeCraftingMenu parameter in the mod settings.
How to add custom item locks?
To do this, you need to edit the lockedItems.json5 file located at .minecraft/config/JLFork/justleveling-fork.lockItems.json5. Follow the example format to add your own restrictions.
Which mods are supported?
By default, all mods are supported. If you find that you cannot block an item from any mod, you can request support for a specific mod.
How to disable all locked items?
To disable all locks, replace the contents of the .minecraft/config/JLFork/justleveling-fork.lockItems.json5 file with the following code:
{
// List of locked items
lockItemList: []
}
Is the original mod needed to use this version?
No, only the fork version is required.
Issue with displaying only the title in chat when using Localized Chat
To solve this problem, replace Localized Chat with Proximity Text Chat, which does not have this drawback.