Skip to content

handtruth/mc-tools

Repository files navigation

MC:Tools

A collection of libraries that somehow connected to Minecraft. There are some modules that you may find useful.

Some time ago each module has its own git repository, but it was too hard to maintain that way, so I moved them to the new location. The old repositories will not be updated anymore.

Modules

  • chat -- Chat Message utilities
  • client -- Minecraft Java Edition client
  • mojang-api -- Mog API client
  • nbt -- NBT utilities, serializer and deserializer
  • paket -- protocol base library
  • all -- all modules as one dependency
  • bom -- Bill of Materials

Important Notice

This library is not ready yet, mostly because it depends on unfinished/experimental kotlinx-* stuff. Right now it is published in HandTruth repository (https://mvn.handtruth.com). I can't guarantee that this repository will persist.

Also, this library is meant to be multiplatform, but currently only JVM target is supported. Library is targeting JVM 1.8 or higher.