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