Skip to content

LazuriteMC/Transporter

Repository files navigation

Transporter

Discord

Transporter gives you the ability to "beam" vertex information to the server in the form of a "pattern" which is then stored in the "pattern buffer".

Developing with Transporter

Add the following to your build.gradle:

repositories {
    maven { url "https://lazurite.dev/releases" }
}
        
dependencies {
    modImplementation "dev.lazurite:transporter:$transporter_version"
}

The latest version can be found on our maven.