Configuration File Management Tool
Banana Lib Overview
Why are some mods dependent on Banana Lib?
This mod acts as a crucial component for managing configuration files within various mods.
The Functionality of Banana Lib
A number of mods require a system to save, update, and retrieve their settings. Banana Lib facilitates this process through several features:
- Offering a ConfigOption abstraction, making it simple to create and manage options.
- Delivering a Config abstraction that consolidates access to ConfigOptions.
- Taking care of JSON serialization and deserialization.
- Managing file reading and writing processes.
Encountering Issues with Banana Lib?
If you are facing challenges or if the mod seems to malfunction, don’t hesitate to report an issue on the mod’s GitHub repository! For faster communication, you can reach out directly on Discord.
Features Under Development:
- In-game commands for adjusting configuration settings.
- Compatibility with Mod Menu.
Future Feature Aspirations:
- Ability to synchronize configuration options across servers and clients.