Skip to content

Warped-Modding/Transporter

This branch is up to date with LazuriteMC/Transporter:1.20.1.

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.

About

Beam model info to the server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%