/Knit

A simple library mod for my Fabric projects.

Primary LanguageJavaMIT LicenseMIT

Knit

Maven metadata URL GitHub last commit Project License

A simple library mod for my Fabric projects. Adds new events, configs, logging, and utils for packet handling, trades, and commands.

Usage

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.