 
                    
                     
                Void Lib

A library with a set of useful tools for Minecraft mod development.
This library is a required component for the operation of other mods from Infinituum, providing them with basic functionality and utilities.
Features for Fabric
- AnnotationScanner - a special class for scanning JAR files in the "mods" folder, which allows developers to work with annotated elements
- UnsafeLoader - a simplified class loader with minimal error handling
Features for Forge
- UnsafeLoader - a similar class for simple class loading without complex exception handling
⚠️ Important: The mod is under active development, so functionality may change at any time without prior notice.
