Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.
/ Rayon Public archive

Rigid body simulation in Minecraft

License

Notifications You must be signed in to change notification settings

LazuriteMC/Rayon

Repository files navigation

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.