From 664fa0c2d80f28d382cbe8d1684322d4fdc6af2d Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 18 Aug 2021 20:48:41 +0200 Subject: [PATCH] Added --- test/files/incorrect/data2_bp/manifest.json | 22 +++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/files/incorrect/data2_bp/manifest.json diff --git a/test/files/incorrect/data2_bp/manifest.json b/test/files/incorrect/data2_bp/manifest.json new file mode 100644 index 00000000..e2edd967 --- /dev/null +++ b/test/files/incorrect/data2_bp/manifest.json @@ -0,0 +1,22 @@ +{ + "format_version": 2, + "metadata": { + "authors": ["Christopher Cook"] + }, + + "header": { + "name": "Hell Cave Carver Features", + "uuid": "459909b9-fdb8-4eb3-9b8d-55d09545b89d", + "description": "Tests hell cave carver features", + "version": [0, 0, 1], + "min_engine_version": [1, 17, 0] + }, + "modules": [ + { + "type": "data", + "description": "Behavior pack for Hell Cave Carver Features", + "uuid": "1016f5a1-5eaf-4ccd-8e0c-a4231d7bb308", + "version": [1, 0, 0] + } + ] +}