Add TagForge NBT library (#2808)

* Add TagForge NBT library

* Update packages.json
This commit is contained in:
Yu Vitaqua fer Chronos 2024-02-07 11:02:55 +00:00 committed by GitHub
parent 3cd1ecb72b
commit ad4a80aaaf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,22 @@
[
{
"name": "tagforge",
"url": "https://github.com/Nimberite-Development/TagForge-Nim",
"method": "git",
"tags": [
"minecraft",
"format",
"parse",
"dump",
"data",
"nbt",
"mc"
],
"description": "A library made for the serialisation and deserialisation of MC NBT!",
"license": "Apache-2.0",
"web": "https://github.com/Nimberite-Development/TagForge-Nim",
"doc": "https://nimberite-development.github.io/TagForge-Nim/"
},
{
"name": "curlies",
"url": "https://github.com/svenrdz/curlies",