Rigid body simulation in Minecraft. This is a unofficial fork of the Rayon mod made by LazuriteMC. This is my first ever java project and not finished yet, so dont expect wonders. anyone who wants to help me to fork this mod to 1.21.1 is welcome
Add the following lines to your build.gradle
.
repositories {
maven { url "https://lazurite.dev/releases" }
}
dependencies {
/* Fabric */
modImplementation "dev.lazurite:rayon-fabric:$rayon_version" // Fabric Only
// or
/* Forge */
implementation fg.deobf("dev.lazurite:rayon-forge:$rayon_version")
}
For a list of versions, visit our maven.