Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T21:21:24.000Z (over 2 years ago)
- Last Synced: 2024-03-19T14:44:03.377Z (9 months ago)
- Topics: hacktoberfest, minecraft, nbt, nbt-library, nbt-parser
- Language: Scala
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- 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"
```