SkillAgentSearch skills...

Rayon

Rigid body simulation in Minecraft

Install / Use

/learn @LazuriteMC/Rayon
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars70
CategoryDevelopment
Updated1mo ago
Forks24

Languages

Java

Security Score

100/100

Audited on Feb 11, 2026

No findings