TotisLib is a library that provides common utilities and functionality used by Totis50's mods, facilitating their development and maintenance.
If you want to use the library in your mod, use the cursemaven snippet (for forge):
implementation fg.deobf("curse.maven:totislib-1289066:fileID")
Have in mind that this library was created for my own purposes, and right now its in beta, so classes, packages or fields names might change during the process of improving the library to make it more understandable for more users.

