💾Module Implementation
Include modules from Equator into your project perspectively.
repositories {
maven { url "https://jitpack.io" }
}Choosing Modules
dependencies {
modImplementation include("com.github.KrLite.Equator-v2:Animation:?-mcx.x.x")
}dependencies {
modImplementation include("com.github.KrLite.Equator-v2:Math:?-mcx.x.x")
}dependencies {
modImplementation include("com.github.KrLite.Equator-v2:Visual:a.b.c-v?")
}🪐Landing on Equator
Last updated