Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
Licensed GPL-3.0-or-later
Published 4 months ago
Updated last month
Overview
_Kielson's API is a library mod with common code for all of _Kielson's mods. It contains many functions and variables that other of _Kielson's mods might need. _Kielson's API helps a lot in maintainting other _Kielson's mods.
When there is an update needed to a function or some variable _Kielson's API makes it easier by having that piece of code in one place instead of in every project. For example this means having to update one project, instead of three. This saves time and makes process of updating much easier.
What does _Kielson's API do?
- Helps manage, create and utilise configs for dependent mods.
- Gives access to variables for increased compatibility with other mods.
- Supplies mods with entity attributes that are useful for creating items and entities.
- Makes creating some items easier through custom classes.