Skip to content

Rigid body simulation in Minecraft

License

Notifications You must be signed in to change notification settings

Warped-Modding/Rayon

This branch is up to date with LazuriteMC/Rayon:1.19.4.

Folders and files

NameName
Last commit message
Last commit date
May 24, 2023
Apr 14, 2023
Apr 14, 2023
Dec 13, 2021
Dec 13, 2021
Mar 15, 2021
Apr 16, 2023
Apr 13, 2023
Apr 22, 2023
Oct 23, 2021
May 24, 2021
Apr 13, 2023

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.

About

Rigid body simulation in Minecraft

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%