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.
repositories {
maven {
url = "https://mvn.devos.one/snapshots/"
}
}dependencies {
modImplementation(include("io.github.tropheusj:milk-lib:<version>"))
}Find the version on the maven.