Just Utilities Library
Brief Overview: This modification serves as a personal API library for developing other mods.
Detailed Description: Initially, Just Utilities started as a collection of helper tools, commonly used code, and other author's working materials. However, over time the project has significantly grown and transformed.
The author adopted the concept of "API-independent development," abandoning the use of specialized APIs from platforms like Forge, Fabric, Quilt, or NeoForge. Instead, the library relies exclusively on built-in Vanilla Minecraft capabilities.
Currently, Just Utilities functions as a universal tool that enables creating mods capable of running simultaneously on four different mod loaders. Developers don't need to write additional code for each platform - implementing the functionality once is sufficient.
Key features:
- The project is actively developing and in active development stage
- Distributed under ARR (All Rights Reserved) license
- A transition to a more permissive license is being considered, but the source code won't be open
- The library can be used in your own projects
- Embedding the library into your mods (shading and jar-in-jar) is prohibited
Important Note: Due to the early development stage, the authors don't guarantee stable operation or technical support provision. The API may undergo significant changes as the project evolves.