Flytre Lib (FlytreLib)
This library provides a collection of useful tools that significantly simplify the development and maintenance of my Minecraft mods. It includes various API interfaces for working with crafting recipes, fluids, configuration settings, and upgrade systems.
Important note: This library is not intended for use by other mod developers, as it is constantly evolving and changing. New versions may be incompatible with old implementations, rendering previous developments useless.
Frequently Asked Questions
How to reload settings without restarting the game?
For client settings: press F3 + T to reload textures - this will also update client configurations. Exiting and re-entering the world also helps. The F3 + Y combination is specifically designed for instant client setting reload.
For server settings: use the /reloadconfig command.
The mod conflicts with another mod!
I may help with compatibility with other mods, but this is at my discretion. I will never require an explicit dependency on another mod to fix an error. Support is provided only for the latest versions.
The mod doesn't work with another mod loader!
I only support Fabric and Forge. Even if other loaders claim compatibility with these platforms, I do not provide support for them.
Is Fabric API needed?
No, but some library features require Fabric API to function. Mods using these features will explicitly indicate the need to install Fabric API.
When will the update for version... be released?
Updates are released at my discretion. Requests do not speed up the process. I do not provide source code for updates by other developers.