Skip to content
Maximiliano Contreras edited this page Sep 23, 2024 · 1 revision

Frequently Asked Questions

My game crashes when I open the config in game

You probably have the wrong version of the YetAnotherConfigLib, use the version 3.4.2.

I'm having dupe issues when crafting

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.

How do I add custom lock items?

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

What mods are supported?

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

How can I disable all the locked items?

If for some reason you wanna disable all the locked items, replace the content of the file located at .minecraft/config/justleveling-fork.lockItems.json5 with the next one:

{
	// Lock item list
	lockItemList: []
}

Do I require the original mod to use this version?

Nope, you only need the fork version. (Find the latest version in ⁠the discord)

I wanna use Localized Chat mod but in the chat only my title appears.

To fix it you need to replace Localized Chat with Proximity Text Chat which don't have this issue.

Clone this wiki locally