An implementation of the SLIME-modified format on Fabric 1.16.5
To use the mod as an API, add jitpack as a repository in your build.gradle
:
repositories {
maven {
name = "Jitpack"
url = "https://jitpack.io/"
}
}
Then add the dependency in the dependencies block like so.
dependenceis {
// [...] Minecraft, mappings, etc.
modImplementation "com.github.Geek202:slime-for-fabric:1.0"
}