✏️ Added :
- The config commands are now instanciated in this library instead of in each mod
- The rule
LOAD_CUSTOM_TRANSLATIONS
, which can be held by only 1 option and will tell the mod when to load / unload the custom translations (when this option is changed)
✏️ Added :
- Rules for options, like a minimum and / or maximum value for the integer options
🚧 Fixed :
- Translation errors + some typos in javadocs
- Translation path to get the options descriptions was missing 'getDesc' in CyanLibCommands#getOptionChatConfig()
✏️ Added :
- The possibility to instantiate the CyanLib class without the language utils
🚧 Fixed :
- Some typos in the javadocs
- A translation issue
See wiki for how to use
Rewritten the entire lib and separated it in 2 parts :
- the core
- the lib
See the wiki on the github repo for tutorials on how to use the library
Added the class CyanLibUtils
, which contains functions used a lot in my mods Cyan and CyanSetHome