Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 555 Bytes

README.MD

File metadata and controls

18 lines (18 loc) · 555 Bytes

slime-for-fabric

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"
}