Modscraper Modscraper Minecraft
Kinecraft logo

Kinecraft

Mod

Kotlin serialization for Minecraft classes

Type

Mod

Modrinth Downloads

36,383

Modrinth ID

epmEbmF0

Last Updated

Jul 25, 2026

Description

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.

Compatibility

Mod Loaders

Fabric Forge Neoforge Quilt

Game Versions

1.16.5 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 +10 more

Similar Mods

Included in Modpacks

External Resources