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

Latest commit

 

History

History
30 lines (22 loc) · 862 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 862 Bytes

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.