BjornLib
A library of generic code for my mods
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
BjornLib
<font size="6">This is a mod containing code used in my mods including the following helpful features:</font>
---
<font size="5">
- 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.
</font>
---
<font size="5">This library is designed for my mods but you can use it if you want.</font>
Adding BjornLib
repositories {
maven { url "https://dl.cloudsmith.io/public/furiusmax55/bjornlib/maven/" }
}
dependencies {
implementation fg.deobf("com.furiusmax.bjornlib:BjornLib:MODVERSION-MCVERSION)
}