Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.57 KB

File metadata and controls

32 lines (21 loc) · 1.57 KB
Logo

MineJason

FOSSA Status GitHub branch check runs Codecov

MineJason is a suite of libraries that deals with various formats used in Minecraft: Java Editions.

The suite is primarily consisted of the following "modules":

  • Client: Client formats such as text components and dialogs
  • Serialization: Format agnostic
  • NBT: Supports NBT format (originally made for SNBT)

This repository is the consolidated form of the three previously separated projects managed under the same hood.

Contributing

Please see the contributing guide on how to report issues and send code contributions.

Licence

All code in this repository is licensed under the Apache-2.0 licence unless otherwise specified.

Note that the Client modules is currently licensed under LGPL-3.0-or-later.