-
Notifications
You must be signed in to change notification settings - Fork 14
FAQ
You probably have the wrong version of the YetAnotherConfigLib, use the version 3.4.2.
This only happens when using a mod that adds custom behaviors to the crafting table or adds new crafting tables, if that's your case go to the mod config and turn off
closeCraftingMenu.
For that you will required to edit the lockedItems.json5 file located at
.minecraft/config/justleveling-fork.lockItems.json5
There you can follow the format of the example items to add your own restrictions, you can find all possible aptitudes at the WIKI
Well, by default it should support all mods out there, if for any reason you find that you can't block a item or something from a mod, you can open a post in suggestions and support for that specific mod can be added ^^
If you want a more specific list, you can find it in the WIKI
If for some reason you wanna disable all the locked items, replace the content of the file located at
.minecraft/config/justleveling-fork.lockItems.json5with the next one:
{
// Lock item list
lockItemList: []
}
Nope, you only need the fork version. (Find the latest version in the discord)
To fix it you need to replace Localized Chat with Proximity Text Chat which don't have this issue.