Skip to content

TropheusJ/milk-lib

Repository files navigation

Milk lib

Literally just adds milk, to act as a bridge for any other mods that want to do the same. See the Milk class for customisation; It allows for enabling of milk cauldrons and bottles. Just call the various methods in your mod initializer.

Setup

repositories {
    maven {
        url = "https://mvn.devos.one/snapshots/"
    }
}
dependencies {
    modImplementation(include("io.github.tropheusj:milk-lib:<version>"))
}

Find the version on the maven.

About

Literally just adds milk, to act as a bridge for any other mods that want to do the same.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages