A dynamic and sophisticated gas framework for modern Minecraft.
In order to include Kelvin in your dev environment, you must first add the Valkyrien Skies maven to your list of repositories:
maven {
url = "https://maven.valkyrienskies.org"
}
Then, pull the appropriate Kelvin version from it using the first 10 characters of the commit hash. Kelvin has a build for COMMON, FABRIC, and FORGE environments currently- make sure to use the correct one in your build.gradle(s)!
Common
modImplementation("org.valkyrienskies.kelvin:kelvin-common:${minecraft_version}-${kelvin_version}")
Fabric
modImplementation("org.valkyrienskies.kelvin:kelvin-fabric:${rootProject.minecraft_version}-${rootProject.kelvin_version}")
Forge
modImplementation("org.valkyrienskies.kelvin:kelvin-forge:${rootProject.minecraft_version}-${rootProject.kelvin_version}")
Wiki coming soon!