promotional bannermobile promotional banner

Kinecraft Serialization

Library that adding kotlinx serialization support for Minecraft classes

Kinecraft

https://github.com/SettingDust/Kinecraft
It's a lib for Kotlin in Minecraft world.
(De)Serializing minecraft tag(NBT), chat component, ByteBuf with any serializable objects.
And with

  • tag serializers you can describe tags with the correct type instead of string. So that it will encode/decode with the format you are using as "real" type of the tag.

Usage

repositories {
    exclusiveContent {
        forRepository {
            maven("https://api.modrinth.com/maven") {
                name = "Modrinth"
            }
        }
        filter {
            includeGroup("maven.modrinth")
        }
    }
}

dependencies {
    val kinecraftVersion = "1.6.7"

    compileOnly("maven.modrinth:kinecraft:$kinecraftVersion:common")
    // Fabric Loom
    runtimeOnly("maven.modrinth:kinecraft:$kinecraftVersion:fabric")
    include("maven.modrinth:kinecraft:$kinecraftVersion")
    // NeoGradle
    runtimeOnly("maven.modrinth:kinecraft:$kinecraftVersion:neoforge")
    jarInJar("maven.modrinth:kinecraft:$kinecraftVersion")
}

MinecraftTag is for serialization between data class and Minecraft tag classes.

The Kinecraft Serialization Team

profile avatar
  • 12
    Followers
  • 27
    Projects
  • 20.8M
    Downloads

More from settingdustView all

  • Preloading Tricks project image

    Preloading Tricks

    • 948.8K
    • Mods

    A developer tool for early loader access, class transformation, and preloading hacks.

    • 948.8K
    • May 24, 2026
    • Mods
  • Quest Giver project image

    Quest Giver

    • 2.6M
    • Mods

    Quest Giver provides the option for adding a data-driven quest system for modders and modpack makers.

    • 2.6M
    • May 22, 2026
    • Mods
  • KLF x KFF project image

    KLF x KFF

    • 569
    • Mods

    Make KFF works with KLF on 1.20.1 Forge

    • 569
    • May 20, 2026
    • Mods
  • Kiwi 🥝 (Fabric) project image

    Kiwi 🥝 (Fabric)

    • 12.5M
    • Mods

    Minecraft modding library

    • 12.5M
    • May 18, 2026
    • Mods
  • Preloading Tricks project image

    Preloading Tricks

    • 948.8K
    • Mods

    A developer tool for early loader access, class transformation, and preloading hacks.

    • 948.8K
    • May 24, 2026
    • Mods
  • Quest Giver project image

    Quest Giver

    • 2.6M
    • Mods

    Quest Giver provides the option for adding a data-driven quest system for modders and modpack makers.

    • 2.6M
    • May 22, 2026
    • Mods
  • KLF x KFF project image

    KLF x KFF

    • 569
    • Mods

    Make KFF works with KLF on 1.20.1 Forge

    • 569
    • May 20, 2026
    • Mods
  • Kiwi 🥝 (Fabric) project image

    Kiwi 🥝 (Fabric)

    • 12.5M
    • Mods

    Minecraft modding library

    • 12.5M
    • May 18, 2026
    • Mods