Skip to content

Implementing a modified version of Hypixel's SLIME format on modern Minecraft versions using Fabric

License

Notifications You must be signed in to change notification settings

Tom-The-Geek/slime-for-fabric

Repository files navigation

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

About

Implementing a modified version of Hypixel's SLIME format on modern Minecraft versions using Fabric

Resources

License

Stars

Watchers

Forks

Packages

No packages published