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".
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.