From dccbc643eb2a5a7a78fc399ed957378560730144 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Wed, 18 Aug 2021 20:13:49 +0200 Subject: [PATCH] Restructure --- test/files/bp/manifest.json | 25 ------------------ .../aggregate_feature_placement.json | 0 .../beards_and_shavers_feature_placement.json | 0 .../cave_carver_feature_placement.json | 0 .../conditional_list_feature_placement.json | 0 .../geode_feature_placement.json | 0 .../growing_plant_feature_placement.json | 0 .../hell_cave_carver_feature_placement.json | 0 .../multiface_feature_placement.json | 0 .../feature_rules/ore_feature_placement.json | 0 .../rect_layout_feature_placement.json | 0 .../scan_surface_feature_placement.json | 0 .../scatter_feature_placement.json | 0 .../search_feature_placement.json | 0 .../sequence_feature_placement.json | 0 .../feature_rules/tree_feature_placement.json | 0 ...erwater_cave_carver_feature_placement.json | 0 .../vegetation_patch_feature_placement.json | 0 .../weighted_random_feature_placement.json | 0 .../data_bp}/features/aggregate_feature.json | 0 .../features/aggregate_feature_obsidian.json | 0 .../features/aggregate_feature_planks.json | 0 .../aggregate_feature_planks_placement.json | 0 .../features/beards_and_shavers_feature.json | 0 .../beards_and_shavers_feature_obsidian.json | 0 .../features/cave_carver_feature.json | 0 .../features/conditional_list_feature.json | 0 .../conditional_list_feature_obsidian.json | 0 .../data_bp}/features/geode_feature.json | 0 .../features/growing_plant_feature.json | 0 .../features/hell_cave_carver_feature.json | 0 .../data_bp}/features/multiface_feature.json | 0 .../features/multiface_feature_obsidian.json | 0 .../data_bp}/features/ore_feature.json | 0 .../features/rect_layout_feature.json | 0 .../rect_layout_feature_obsidian.json | 0 .../features/rect_layout_feature_planks.json | 0 .../features/scan_surface_feature.json | 0 .../scan_surface_feature_obsidian.json | 0 .../data_bp}/features/scatter_feature.json | 0 .../features/scatter_feature_obsidian.json | 0 .../data_bp}/features/search_feature.json | 0 .../features/search_feature_obsidian.json | 0 .../data_bp}/features/sequence_feature.json | 0 .../features/sequence_feature_planks.json | 0 .../data_bp}/features/structure_feature.json | 0 .../data_bp}/features/tree_feature.json | 0 .../underwater_cave_carver_feature.json | 0 .../features/vegetation_patch_feature.json | 0 .../vegetation_patch_feature_obsidian.json | 0 .../features/weighted_random_feature.json | 0 .../weighted_random_feature_obsidian.json | 0 .../weighted_random_feature_planks.json | 0 test/files/correct/data_bp/manifest.json | 23 ++++++++++++++++ .../{bp => correct/data_bp}/pack_icon.png | Bin .../structure_features/structure.mcstructure | Bin 56 files changed, 23 insertions(+), 25 deletions(-) delete mode 100644 test/files/bp/manifest.json rename test/files/{bp => correct/data_bp}/feature_rules/aggregate_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/beards_and_shavers_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/cave_carver_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/conditional_list_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/geode_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/growing_plant_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/hell_cave_carver_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/multiface_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/ore_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/rect_layout_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/scan_surface_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/scatter_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/search_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/sequence_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/tree_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/underwater_cave_carver_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/vegetation_patch_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/feature_rules/weighted_random_feature_placement.json (100%) rename test/files/{bp => correct/data_bp}/features/aggregate_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/aggregate_feature_obsidian.json (100%) rename test/files/{bp => correct/data_bp}/features/aggregate_feature_planks.json (100%) rename test/files/{bp => correct/data_bp}/features/aggregate_feature_planks_placement.json (100%) rename test/files/{bp => correct/data_bp}/features/beards_and_shavers_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/beards_and_shavers_feature_obsidian.json (100%) rename test/files/{bp => correct/data_bp}/features/cave_carver_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/conditional_list_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/conditional_list_feature_obsidian.json (100%) rename test/files/{bp => correct/data_bp}/features/geode_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/growing_plant_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/hell_cave_carver_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/multiface_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/multiface_feature_obsidian.json (100%) rename test/files/{bp => correct/data_bp}/features/ore_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/rect_layout_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/rect_layout_feature_obsidian.json (100%) rename test/files/{bp => correct/data_bp}/features/rect_layout_feature_planks.json (100%) rename test/files/{bp => correct/data_bp}/features/scan_surface_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/scan_surface_feature_obsidian.json (100%) rename test/files/{bp => correct/data_bp}/features/scatter_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/scatter_feature_obsidian.json (100%) rename test/files/{bp => correct/data_bp}/features/search_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/search_feature_obsidian.json (100%) rename test/files/{bp => correct/data_bp}/features/sequence_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/sequence_feature_planks.json (100%) rename test/files/{bp => correct/data_bp}/features/structure_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/tree_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/underwater_cave_carver_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/vegetation_patch_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/vegetation_patch_feature_obsidian.json (100%) rename test/files/{bp => correct/data_bp}/features/weighted_random_feature.json (100%) rename test/files/{bp => correct/data_bp}/features/weighted_random_feature_obsidian.json (100%) rename test/files/{bp => correct/data_bp}/features/weighted_random_feature_planks.json (100%) create mode 100644 test/files/correct/data_bp/manifest.json rename test/files/{bp => correct/data_bp}/pack_icon.png (100%) rename test/files/{bp => correct/data_bp}/structures/structure_features/structure.mcstructure (100%) diff --git a/test/files/bp/manifest.json b/test/files/bp/manifest.json deleted file mode 100644 index 87acbc7a..00000000 --- a/test/files/bp/manifest.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "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": [1, 0, 0], - "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] - } - ] -} \ No newline at end of file diff --git a/test/files/bp/feature_rules/aggregate_feature_placement.json b/test/files/correct/data_bp/feature_rules/aggregate_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/aggregate_feature_placement.json rename to test/files/correct/data_bp/feature_rules/aggregate_feature_placement.json diff --git a/test/files/bp/feature_rules/beards_and_shavers_feature_placement.json b/test/files/correct/data_bp/feature_rules/beards_and_shavers_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/beards_and_shavers_feature_placement.json rename to test/files/correct/data_bp/feature_rules/beards_and_shavers_feature_placement.json diff --git a/test/files/bp/feature_rules/cave_carver_feature_placement.json b/test/files/correct/data_bp/feature_rules/cave_carver_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/cave_carver_feature_placement.json rename to test/files/correct/data_bp/feature_rules/cave_carver_feature_placement.json diff --git a/test/files/bp/feature_rules/conditional_list_feature_placement.json b/test/files/correct/data_bp/feature_rules/conditional_list_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/conditional_list_feature_placement.json rename to test/files/correct/data_bp/feature_rules/conditional_list_feature_placement.json diff --git a/test/files/bp/feature_rules/geode_feature_placement.json b/test/files/correct/data_bp/feature_rules/geode_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/geode_feature_placement.json rename to test/files/correct/data_bp/feature_rules/geode_feature_placement.json diff --git a/test/files/bp/feature_rules/growing_plant_feature_placement.json b/test/files/correct/data_bp/feature_rules/growing_plant_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/growing_plant_feature_placement.json rename to test/files/correct/data_bp/feature_rules/growing_plant_feature_placement.json diff --git a/test/files/bp/feature_rules/hell_cave_carver_feature_placement.json b/test/files/correct/data_bp/feature_rules/hell_cave_carver_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/hell_cave_carver_feature_placement.json rename to test/files/correct/data_bp/feature_rules/hell_cave_carver_feature_placement.json diff --git a/test/files/bp/feature_rules/multiface_feature_placement.json b/test/files/correct/data_bp/feature_rules/multiface_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/multiface_feature_placement.json rename to test/files/correct/data_bp/feature_rules/multiface_feature_placement.json diff --git a/test/files/bp/feature_rules/ore_feature_placement.json b/test/files/correct/data_bp/feature_rules/ore_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/ore_feature_placement.json rename to test/files/correct/data_bp/feature_rules/ore_feature_placement.json diff --git a/test/files/bp/feature_rules/rect_layout_feature_placement.json b/test/files/correct/data_bp/feature_rules/rect_layout_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/rect_layout_feature_placement.json rename to test/files/correct/data_bp/feature_rules/rect_layout_feature_placement.json diff --git a/test/files/bp/feature_rules/scan_surface_feature_placement.json b/test/files/correct/data_bp/feature_rules/scan_surface_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/scan_surface_feature_placement.json rename to test/files/correct/data_bp/feature_rules/scan_surface_feature_placement.json diff --git a/test/files/bp/feature_rules/scatter_feature_placement.json b/test/files/correct/data_bp/feature_rules/scatter_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/scatter_feature_placement.json rename to test/files/correct/data_bp/feature_rules/scatter_feature_placement.json diff --git a/test/files/bp/feature_rules/search_feature_placement.json b/test/files/correct/data_bp/feature_rules/search_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/search_feature_placement.json rename to test/files/correct/data_bp/feature_rules/search_feature_placement.json diff --git a/test/files/bp/feature_rules/sequence_feature_placement.json b/test/files/correct/data_bp/feature_rules/sequence_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/sequence_feature_placement.json rename to test/files/correct/data_bp/feature_rules/sequence_feature_placement.json diff --git a/test/files/bp/feature_rules/tree_feature_placement.json b/test/files/correct/data_bp/feature_rules/tree_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/tree_feature_placement.json rename to test/files/correct/data_bp/feature_rules/tree_feature_placement.json diff --git a/test/files/bp/feature_rules/underwater_cave_carver_feature_placement.json b/test/files/correct/data_bp/feature_rules/underwater_cave_carver_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/underwater_cave_carver_feature_placement.json rename to test/files/correct/data_bp/feature_rules/underwater_cave_carver_feature_placement.json diff --git a/test/files/bp/feature_rules/vegetation_patch_feature_placement.json b/test/files/correct/data_bp/feature_rules/vegetation_patch_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/vegetation_patch_feature_placement.json rename to test/files/correct/data_bp/feature_rules/vegetation_patch_feature_placement.json diff --git a/test/files/bp/feature_rules/weighted_random_feature_placement.json b/test/files/correct/data_bp/feature_rules/weighted_random_feature_placement.json similarity index 100% rename from test/files/bp/feature_rules/weighted_random_feature_placement.json rename to test/files/correct/data_bp/feature_rules/weighted_random_feature_placement.json diff --git a/test/files/bp/features/aggregate_feature.json b/test/files/correct/data_bp/features/aggregate_feature.json similarity index 100% rename from test/files/bp/features/aggregate_feature.json rename to test/files/correct/data_bp/features/aggregate_feature.json diff --git a/test/files/bp/features/aggregate_feature_obsidian.json b/test/files/correct/data_bp/features/aggregate_feature_obsidian.json similarity index 100% rename from test/files/bp/features/aggregate_feature_obsidian.json rename to test/files/correct/data_bp/features/aggregate_feature_obsidian.json diff --git a/test/files/bp/features/aggregate_feature_planks.json b/test/files/correct/data_bp/features/aggregate_feature_planks.json similarity index 100% rename from test/files/bp/features/aggregate_feature_planks.json rename to test/files/correct/data_bp/features/aggregate_feature_planks.json diff --git a/test/files/bp/features/aggregate_feature_planks_placement.json b/test/files/correct/data_bp/features/aggregate_feature_planks_placement.json similarity index 100% rename from test/files/bp/features/aggregate_feature_planks_placement.json rename to test/files/correct/data_bp/features/aggregate_feature_planks_placement.json diff --git a/test/files/bp/features/beards_and_shavers_feature.json b/test/files/correct/data_bp/features/beards_and_shavers_feature.json similarity index 100% rename from test/files/bp/features/beards_and_shavers_feature.json rename to test/files/correct/data_bp/features/beards_and_shavers_feature.json diff --git a/test/files/bp/features/beards_and_shavers_feature_obsidian.json b/test/files/correct/data_bp/features/beards_and_shavers_feature_obsidian.json similarity index 100% rename from test/files/bp/features/beards_and_shavers_feature_obsidian.json rename to test/files/correct/data_bp/features/beards_and_shavers_feature_obsidian.json diff --git a/test/files/bp/features/cave_carver_feature.json b/test/files/correct/data_bp/features/cave_carver_feature.json similarity index 100% rename from test/files/bp/features/cave_carver_feature.json rename to test/files/correct/data_bp/features/cave_carver_feature.json diff --git a/test/files/bp/features/conditional_list_feature.json b/test/files/correct/data_bp/features/conditional_list_feature.json similarity index 100% rename from test/files/bp/features/conditional_list_feature.json rename to test/files/correct/data_bp/features/conditional_list_feature.json diff --git a/test/files/bp/features/conditional_list_feature_obsidian.json b/test/files/correct/data_bp/features/conditional_list_feature_obsidian.json similarity index 100% rename from test/files/bp/features/conditional_list_feature_obsidian.json rename to test/files/correct/data_bp/features/conditional_list_feature_obsidian.json diff --git a/test/files/bp/features/geode_feature.json b/test/files/correct/data_bp/features/geode_feature.json similarity index 100% rename from test/files/bp/features/geode_feature.json rename to test/files/correct/data_bp/features/geode_feature.json diff --git a/test/files/bp/features/growing_plant_feature.json b/test/files/correct/data_bp/features/growing_plant_feature.json similarity index 100% rename from test/files/bp/features/growing_plant_feature.json rename to test/files/correct/data_bp/features/growing_plant_feature.json diff --git a/test/files/bp/features/hell_cave_carver_feature.json b/test/files/correct/data_bp/features/hell_cave_carver_feature.json similarity index 100% rename from test/files/bp/features/hell_cave_carver_feature.json rename to test/files/correct/data_bp/features/hell_cave_carver_feature.json diff --git a/test/files/bp/features/multiface_feature.json b/test/files/correct/data_bp/features/multiface_feature.json similarity index 100% rename from test/files/bp/features/multiface_feature.json rename to test/files/correct/data_bp/features/multiface_feature.json diff --git a/test/files/bp/features/multiface_feature_obsidian.json b/test/files/correct/data_bp/features/multiface_feature_obsidian.json similarity index 100% rename from test/files/bp/features/multiface_feature_obsidian.json rename to test/files/correct/data_bp/features/multiface_feature_obsidian.json diff --git a/test/files/bp/features/ore_feature.json b/test/files/correct/data_bp/features/ore_feature.json similarity index 100% rename from test/files/bp/features/ore_feature.json rename to test/files/correct/data_bp/features/ore_feature.json diff --git a/test/files/bp/features/rect_layout_feature.json b/test/files/correct/data_bp/features/rect_layout_feature.json similarity index 100% rename from test/files/bp/features/rect_layout_feature.json rename to test/files/correct/data_bp/features/rect_layout_feature.json diff --git a/test/files/bp/features/rect_layout_feature_obsidian.json b/test/files/correct/data_bp/features/rect_layout_feature_obsidian.json similarity index 100% rename from test/files/bp/features/rect_layout_feature_obsidian.json rename to test/files/correct/data_bp/features/rect_layout_feature_obsidian.json diff --git a/test/files/bp/features/rect_layout_feature_planks.json b/test/files/correct/data_bp/features/rect_layout_feature_planks.json similarity index 100% rename from test/files/bp/features/rect_layout_feature_planks.json rename to test/files/correct/data_bp/features/rect_layout_feature_planks.json diff --git a/test/files/bp/features/scan_surface_feature.json b/test/files/correct/data_bp/features/scan_surface_feature.json similarity index 100% rename from test/files/bp/features/scan_surface_feature.json rename to test/files/correct/data_bp/features/scan_surface_feature.json diff --git a/test/files/bp/features/scan_surface_feature_obsidian.json b/test/files/correct/data_bp/features/scan_surface_feature_obsidian.json similarity index 100% rename from test/files/bp/features/scan_surface_feature_obsidian.json rename to test/files/correct/data_bp/features/scan_surface_feature_obsidian.json diff --git a/test/files/bp/features/scatter_feature.json b/test/files/correct/data_bp/features/scatter_feature.json similarity index 100% rename from test/files/bp/features/scatter_feature.json rename to test/files/correct/data_bp/features/scatter_feature.json diff --git a/test/files/bp/features/scatter_feature_obsidian.json b/test/files/correct/data_bp/features/scatter_feature_obsidian.json similarity index 100% rename from test/files/bp/features/scatter_feature_obsidian.json rename to test/files/correct/data_bp/features/scatter_feature_obsidian.json diff --git a/test/files/bp/features/search_feature.json b/test/files/correct/data_bp/features/search_feature.json similarity index 100% rename from test/files/bp/features/search_feature.json rename to test/files/correct/data_bp/features/search_feature.json diff --git a/test/files/bp/features/search_feature_obsidian.json b/test/files/correct/data_bp/features/search_feature_obsidian.json similarity index 100% rename from test/files/bp/features/search_feature_obsidian.json rename to test/files/correct/data_bp/features/search_feature_obsidian.json diff --git a/test/files/bp/features/sequence_feature.json b/test/files/correct/data_bp/features/sequence_feature.json similarity index 100% rename from test/files/bp/features/sequence_feature.json rename to test/files/correct/data_bp/features/sequence_feature.json diff --git a/test/files/bp/features/sequence_feature_planks.json b/test/files/correct/data_bp/features/sequence_feature_planks.json similarity index 100% rename from test/files/bp/features/sequence_feature_planks.json rename to test/files/correct/data_bp/features/sequence_feature_planks.json diff --git a/test/files/bp/features/structure_feature.json b/test/files/correct/data_bp/features/structure_feature.json similarity index 100% rename from test/files/bp/features/structure_feature.json rename to test/files/correct/data_bp/features/structure_feature.json diff --git a/test/files/bp/features/tree_feature.json b/test/files/correct/data_bp/features/tree_feature.json similarity index 100% rename from test/files/bp/features/tree_feature.json rename to test/files/correct/data_bp/features/tree_feature.json diff --git a/test/files/bp/features/underwater_cave_carver_feature.json b/test/files/correct/data_bp/features/underwater_cave_carver_feature.json similarity index 100% rename from test/files/bp/features/underwater_cave_carver_feature.json rename to test/files/correct/data_bp/features/underwater_cave_carver_feature.json diff --git a/test/files/bp/features/vegetation_patch_feature.json b/test/files/correct/data_bp/features/vegetation_patch_feature.json similarity index 100% rename from test/files/bp/features/vegetation_patch_feature.json rename to test/files/correct/data_bp/features/vegetation_patch_feature.json diff --git a/test/files/bp/features/vegetation_patch_feature_obsidian.json b/test/files/correct/data_bp/features/vegetation_patch_feature_obsidian.json similarity index 100% rename from test/files/bp/features/vegetation_patch_feature_obsidian.json rename to test/files/correct/data_bp/features/vegetation_patch_feature_obsidian.json diff --git a/test/files/bp/features/weighted_random_feature.json b/test/files/correct/data_bp/features/weighted_random_feature.json similarity index 100% rename from test/files/bp/features/weighted_random_feature.json rename to test/files/correct/data_bp/features/weighted_random_feature.json diff --git a/test/files/bp/features/weighted_random_feature_obsidian.json b/test/files/correct/data_bp/features/weighted_random_feature_obsidian.json similarity index 100% rename from test/files/bp/features/weighted_random_feature_obsidian.json rename to test/files/correct/data_bp/features/weighted_random_feature_obsidian.json diff --git a/test/files/bp/features/weighted_random_feature_planks.json b/test/files/correct/data_bp/features/weighted_random_feature_planks.json similarity index 100% rename from test/files/bp/features/weighted_random_feature_planks.json rename to test/files/correct/data_bp/features/weighted_random_feature_planks.json diff --git a/test/files/correct/data_bp/manifest.json b/test/files/correct/data_bp/manifest.json new file mode 100644 index 00000000..86cd4518 --- /dev/null +++ b/test/files/correct/data_bp/manifest.json @@ -0,0 +1,23 @@ +{ + "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": [1, 0, 0], + "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] + } + ] +} diff --git a/test/files/bp/pack_icon.png b/test/files/correct/data_bp/pack_icon.png similarity index 100% rename from test/files/bp/pack_icon.png rename to test/files/correct/data_bp/pack_icon.png diff --git a/test/files/bp/structures/structure_features/structure.mcstructure b/test/files/correct/data_bp/structures/structure_features/structure.mcstructure similarity index 100% rename from test/files/bp/structures/structure_features/structure.mcstructure rename to test/files/correct/data_bp/structures/structure_features/structure.mcstructure