LazuriteMC / Rayon

Rigid body simulation in Minecraft
MIT License
56 stars 19 forks source link
bullet-physics fabric forge minecraft

Rayon

Discord

Rigid body simulation in Minecraft.

Examples

Developing with Rayon

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.