A small API for Tywrap Studios Projects that adds a few minor things.
Such As:
- A fletched Config system utilising Jankson and some logic magic.
- A simple, yet niche Logging system, to maintain a consistent log format for all our mods.
- Good Javadocs, so you can actually properly understand the code.
Want to use this API in your mod?
Feel free to! But keep in mind that a lot of stuff in here is specific to our workflows, so it may not be applicable to your use case.
Plus, the code is pretty minimal at the moment, so it's not really worth it half the time.
BlossomBridge can easily be depended on like any other API.
For a full guide, look at our documentation site: https://docs.tiazzz.me/BlossomBridge/latest/developers/
As an example, I suggest taking a look at Constructra, which has a lot of this API's code implemented and used.