/
ArrowKT for Fabric (& Quilt).
Farrow provides the JVM implementation of the following:
Visit the API Docs
Maven dependency:
val farrowVersion = "1.0.0+arrow.1.2.4" //latest version
repositories {
//other stuff
maven("https://maven.wiredtomato.net/releases/")
}
dependencies {
//other stuff
include(modImplementation("net.wiredtomato:farrow:$farrowVersion")!!)
}
