
Easy Structures API
Bo's API is a basic library mod containing a collection of shared utility functions used in my Forge projects. Essentially, it's a collection of utilities designed to simplify the development of other mods.
Currently, this library is actively used in the following modifications:
- Easy Mob Farm
- Player Companions
Main API Features
The library includes the following useful functions:
- Translatable Text Helper - automates the translation of names from item lists
- UI Helper - simplifies the positioning and creation of user interface elements
- Basic protection against mod reposting - prevents unauthorized distribution of modifications
- Various additional utilities - a set of auxiliary tools for various tasks
The library's source code is available for study, and developers can freely use Bo's API as a dependency in their mod projects.