JRAPI
JRAPI (short for Dynamic Item API) is a specialized mod designed to simplify the rendering of complex in-game items. It's important to note that JRAPI is a library mod - this means it doesn't perform any functions on its own and only activates when used by other modifications.
Technical Details
Technical documentation is available in the source code. Working implementation examples can be viewed in the Soulbound extension.
For full operation, JRAPI requires installation of Architectury API.
When to Use JRAPI
This library is ideal for mod developers who:
- Are looking for a simple and intuitive registration system
- Prefer not to use Minecraft's standard registries
- Require a lightweight component registration system
When JRAPI Is Not Suitable
However, this API may not be the appropriate choice if you need:
- Maximum detailed control over registration processes
- Automatic locking of registries after they're filled
- To use Minecraft's built-in registration systems