Description
Silk is a Minecraft API for Kotlin - targetting Fabric, Quilt and Paper
It offers:
- an inventory GUI API
- a Kotlin wrapper for Brigardier
- a Kotlin DSL for creating complex `Text` objects
- coroutine utilities
- kotlinx.serialization support for Minecraft classes
- a scoreboard (sideboard) API
- `ItemStack` utils
- serialization of any class to NBT with kotlinx.serialization
- an NBT builder
- an API for storing persistent data on Chunks, Entities etc
- simple custom packets


