feat: add initial support for parseing datapacks
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
6
tests/testdata/DataPackParse/another_test_folder/pack.mcmeta
vendored
Normal file
6
tests/testdata/DataPackParse/another_test_folder/pack.mcmeta
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 6,
|
||||
"description": "Some data pack three, leaves on the tree"
|
||||
}
|
||||
}
|
BIN
tests/testdata/DataPackParse/test_data_pack_boogaloo.zip
vendored
Normal file
BIN
tests/testdata/DataPackParse/test_data_pack_boogaloo.zip
vendored
Normal file
Binary file not shown.
6
tests/testdata/DataPackParse/test_folder/pack.mcmeta
vendored
Normal file
6
tests/testdata/DataPackParse/test_folder/pack.mcmeta
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 10,
|
||||
"description": "Some data pack, maybe"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user