Packed Packs Wiki
Welcome to the Packed Packs wiki. Here you'll find guides and resources to help you get started.
Java API
The Java API, designed as an optional dependency, allows mods to integrate with Packed Packs. This includes subscribing to various events and registering custom preferences to add configurable widgets at certain positions of the screen. Get started here.
More Resources
Javadocs: Read through the API javadocs in the source code for class and method descriptions.
Examples: Check the testmod and the compat package for reference implementations.
Avoid using or fiddling with internal code outside the API package as it is extremely unstable.
If the current API proves to be insufficient for your use case, feel free to submit a PR or suggest an idea on the GitHub issues page.