https://github.com/katrix/minejson
A small library to help manage the Json objects in Minecraft
https://github.com/katrix/minejson
hacktoberfest minecraft nbt nbt-library nbt-parser
Last synced: 11 months ago
JSON representation
A small library to help manage the Json objects in Minecraft
- Host: GitHub
- URL: https://github.com/katrix/minejson
- Owner: Katrix
- License: mit
- Created: 2018-04-15T13:51:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T21:21:24.000Z (about 4 years ago)
- Last Synced: 2025-06-08T19:04:48.338Z (12 months ago)
- Topics: hacktoberfest, minecraft, nbt, nbt-library, nbt-parser
- Language: Scala
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MineJson-text
*A small library to help build minecraft text objects.*
**NOTE:** If you're looking for the other minejson modules, I have decoded to stop maintaining them as I no longer find
the approach they took viable in the long run.
To use add this to your `build.sbt`.
```scala
libraryDependencies += "net.katsstuff" %%% "minejson-text" % "0.3.2"
```