feat: add initial support for parseing datapacks

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2022-12-09 20:26:05 -07:00
parent dd3848d7b1
commit 64c51a70a3
15 changed files with 622 additions and 50 deletions

View File

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 6,
"description": "Some data pack three, leaves on the tree"
}
}

Binary file not shown.

View File

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 10,
"description": "Some data pack, maybe"
}
}