Getting Started

Transporter is a small library for Fabric which allows you to send block, entity, and item renderer information to the server from the client.

Include with Gradle

To include Transporter in your project, add the following to your build.gradle.

repositories {
    maven { url 'https://lazurite.dev/releases' }
}
        
dependencies {
    modImplementation 'dev.lazurite:transporter-fabric:VERSION'
    // OR 
    modImplementation 'dev.lazurite:transporter-forge:VERSION'
}

Last updated