andrey-kun / Transporter

Beam model info to the server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transporter

GitHub Discord

What is it?

Transporter is a library written for the Fabric API. As a mod author, it gives you the ability to "beam" client render information to the server in the form of a "pattern" which is then stored in the "pattern buffer".

I will admit, this lib is quite cursed in theory, but actually pretty useful in practice. It was designed with Rayon in mind in order to provide better and more accurate block collisions.

How do I use it in my mod?

In order to use Transporter with your mod, you have to put the following in your build.gradle:

repositories {
    maven { 
        url 'https://lazurite.dev/releases' 
    }
}
        
dependencies {
    modImplementation 'dev.lazurite:transporter-fabric:[version]'
}

The latest version can be found on our maven. Further documentation on how to use Transporter can be found here.

About

Beam model info to the server

License:MIT License


Languages

Language:Java 100.0%