Kotlin-Based
Kambrik uses Kotlin 1.8.10 under the hood, along with KotlinX Serialization for data serialization.
Appearance
Kambrik uses Kotlin 1.8.10 under the hood, along with KotlinX Serialization for data serialization.
We use existing Fabric APIs when possible to avoid reinventing the wheel.
Easy to add to a new project, and all API features are separate. Just use the ones you want.
Item/Block/Potion/Etc registration is simplified, removing some of the verbosity.
A Kotlin-esque Command DSL works on top of Brigadier to make command creation more simple.
Messages can be sent between the client and server without ever writing to a packet.