Skip to content

Kambrik

A Fabric Library Mod

Kambrik

Kotlin-Based

Kambrik uses Kotlin 1.8.10 under the hood, along with KotlinX Serialization for data serialization.

Fabric Integration

We use existing Fabric APIs when possible to avoid reinventing the wheel.

Plug-And-Play

Easy to add to a new project, and all API features are separate. Just use the ones you want.

Automatic Registration

Item/Block/Potion/Etc registration is simplified, removing some of the verbosity.

Command DSL

A Kotlin-esque Command DSL works on top of Brigadier to make command creation more simple.

Message API

Messages can be sent between the client and server without ever writing to a packet.