A simple library mod for my Fabric projects. Adds new events, configs, logging, and utils for packet handling, trades, and commands.
Add the Maven repository:
repositories {
maven {
url "https://maven.lomeli12.net"
}
}
Add Knit to your dependencies:
dependencies {
modCompile "net.lomeli:Knit:19w14a-1.3.0"
}
You can find the latest version here.