BjornLib
BjornLib
This library contains universal code used in my Minecraft modifications. The mod provides developers with a set of useful tools and functions for creating their own additions.
Main Features
Among the key features of the library are:
- Ability registration system and related events
- Particle constructor with glowing effect (magic style) and a set of standard particles
- Tool for creating lightning
- Leveling system for mobs
- Additional functions that will be added in future updates
For Developers
Although the library was originally created for my own mods, other developers can also use it in their projects.
Adding BjornLib to Project
groovy repositories { maven { url "https://dl.cloudsmith.io/public/furiusmax55/bjornlib/maven/" } } dependencies { implementation fg.deobf("com.furiusmax.bjornlib:BjornLib:MODVERSION-MCVERSION") }