aboutsummaryrefslogtreecommitdiff
path: root/tests/testdata/DataPackParse/another_test_folder
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2022-12-09 20:26:05 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2022-12-24 09:42:02 -0700
commit64c51a70a3aa110131fb6ad0cabc07ccfdcbb1c0 (patch)
tree81f97511a3bc54ba9bca3ec2639fd612bf641c9b /tests/testdata/DataPackParse/another_test_folder
parentdd3848d7b161e415c34c3c1c393985b644a88f1c (diff)
downloadPrismLauncher-64c51a70a3aa110131fb6ad0cabc07ccfdcbb1c0.tar.gz
PrismLauncher-64c51a70a3aa110131fb6ad0cabc07ccfdcbb1c0.tar.bz2
PrismLauncher-64c51a70a3aa110131fb6ad0cabc07ccfdcbb1c0.zip
feat: add initial support for parseing datapacks
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'tests/testdata/DataPackParse/another_test_folder')
-rw-r--r--tests/testdata/DataPackParse/another_test_folder/pack.mcmeta6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testdata/DataPackParse/another_test_folder/pack.mcmeta b/tests/testdata/DataPackParse/another_test_folder/pack.mcmeta
new file mode 100644
index 00000000..5509d007
--- /dev/null
+++ b/tests/testdata/DataPackParse/another_test_folder/pack.mcmeta
@@ -0,0 +1,6 @@
+{
+ "pack": {
+ "pack_format": 6,
+ "description": "Some data pack three, leaves on the tree"
+ }
+}