/fabric-engilib

Shared utility library for EngiN33R's mods.

Primary LanguageJavaMIT LicenseMIT

EngiLib

Setup

repositories {
    // ...
    maven { url "https://jitpack.io" }
}

dependencies {
	modCompile "io.engi.fabricmc:engilib:<version>"
	include "io.engi.fabricmc:engilib:<version>"
}

License

This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.