yunfaLib
A library for Minecraft using the Fabric API that adds config, math, events, modules, and more.
Setup
build.gradle
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
modImplementation "com.github.yunfachi:yunfaLib:${project.yunfalib_version}"
}
gradle.properties
yunfalib_version=0.1.0