Skip to content

GitCodMaster/Rayon-Rev2

 
 

Repository files navigation

Rayon

Discord

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

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 forked for newer versions!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%