NexusLib

NexusLib is a library modification that contains a collection of useful functions, helper tools and systems utilized by my other projects.

NexusLib provides developers with an extensive toolkit to simplify mod creation. Key features include:
- Convenient registry helpers for multiplatform projects
- Public classes and methods ready for use
- Practical utilities for various purposes
- Simplified creation of block families with shared properties
- Construction of tree-based recipes for the stonecutter
- Loader-agnostic registration of tool actions (stripping, tilling, path creation, etc.)
- Management of particle tinting for specific blocks
- Easy integration with other modifications with automatic deactivation functionality
// Usage example:
// Registering a custom tool action
ToolActions.registerCustomAction("my_custom_action");
The video demonstrates all main features of the modification in action.

For collaboration inquiries and suggestions, you can contact through official channels.