promotional bannermobile promotional banner
premium banner
A library of generic code for my mods

Description

This is a mod containing code used in my mods including the following helpful features:

- Ability Registry and some related events.

- Particle Builder with glowing rendering (Magic Style) and some default particles.

- Lightning Builder.

- Leveling Builder to level up mobs.

- And more to come.

This library is designed for my mods but you can use it if you want.

 
repositories {
}
 
NEOFORGE
------------
dependencies {
implementation "com.furiusmax:bjornlib-neoforge:${bjornlib_version}"
}
 
FABRIC
---------
dependencies {
modImplementation "com.furiusmax:bjornlib-fabric:${bjornlib_version}"
}