mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
feat: add initial support for parseing datapacks
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
dd3848d7b1
commit
64c51a70a3
15 changed files with 622 additions and 50 deletions
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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue