Kinecraft
🟡 Updated this year⚠️ Install Order · 2 steps
Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.
Preview

🔍 Analysis
- 👍 0.0% endorsement rate
- 🏆 #834 of 983 fabric mods in this game by downloads
📋 About This Mod
# 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 - (https://github.com/SettingDust/Kinecraft/blob/main/src/common/main/kotlin/settingdust/kinecraft/serialization/nbt/NbtSerializer.kt) 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 ```kts 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") } ``` (https://github.com/SettingDust/Kinecraft/blob/main/src/common/main/kotlin/settingdust/kinecraft/serialization/nbt/MinecraftNBT.kt) is for serialization between data class and Minecraft tag 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 - (https://github.com/SettingDust/Kinecraft/blob/main/src/common/main/kotlin/settingdust/kinecraft/serialization/nbt/NbtSerializer.kt) 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.
```kts 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`](https://github.com/SettingDust/Kinecraft/blob/main/src/common/main/kotlin/settingdust/kinecraft/serialization/nbt/MinecraftNBT.kt) is for serialization between data class and Minecraft tag classes.
📊 Mod Details
- Game
- Minecraft Mods
- Author
- settingdust
- Version
- 2.2.1
- Downloads
- 39,156
- Endorsements
- 10
- Category
- fabric
- Created
- 7/11/2023
- Updated
- 11/9/2025
- Game Versions
- 1.20.1, 1.21, 1.21.1
- Tags
- library
🔧 How to Install Minecraft Mods Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Mods →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Mods versions does Kinecraft support?
The author lists 1.20.1, 1.21, 1.21.1. Other versions may work but are untested by the author.
What is the latest version of Kinecraft?
Version 2.2.1, published 2025-11-09 with 39,156 downloads recorded at the source.
Keep browsing — more Minecraft Mods mods await