From 5e7bce4f36aaea0381f47c032b1554638f48c132 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 8 Nov 2024 13:16:08 +0100 Subject: [PATCH] fixing even more --- .../correct/data_bp/blocks/master.block.json | 16 ---------------- ...{dragon.entity.json => dragon.entity.bp.json} | 0 test/files/correct/data_rp/blocks.json | 6 +++--- test/files/incorrect/data_bp/manifest.json | 2 +- 4 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 test/files/correct/data_bp/blocks/master.block.json rename test/files/correct/data_bp/entities/{dragon.entity.json => dragon.entity.bp.json} (100%) diff --git a/test/files/correct/data_bp/blocks/master.block.json b/test/files/correct/data_bp/blocks/master.block.json deleted file mode 100644 index df1404adc..000000000 --- a/test/files/correct/data_bp/blocks/master.block.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "format_version": "1.16.200", - "minecraft:block": { - "description": { - "identifier": "namespace:block", - "properties": {} - }, - "components": {}, - "events": { - "minecraft:on_fall_on": { - "add_mob_effect": {}, - "sequence": [{ "die": {} }] - } - } - } -} diff --git a/test/files/correct/data_bp/entities/dragon.entity.json b/test/files/correct/data_bp/entities/dragon.entity.bp.json similarity index 100% rename from test/files/correct/data_bp/entities/dragon.entity.json rename to test/files/correct/data_bp/entities/dragon.entity.bp.json diff --git a/test/files/correct/data_rp/blocks.json b/test/files/correct/data_rp/blocks.json index dd0093c2b..90245b4b0 100644 --- a/test/files/correct/data_rp/blocks.json +++ b/test/files/correct/data_rp/blocks.json @@ -1,6 +1,6 @@ { "Example": { - "textures": "example", - "sound": "obsidian" + "textures": "test", + "sound": "amethyst_block" } -} \ No newline at end of file +} diff --git a/test/files/incorrect/data_bp/manifest.json b/test/files/incorrect/data_bp/manifest.json index 5bff1eb78..98fcc127e 100644 --- a/test/files/incorrect/data_bp/manifest.json +++ b/test/files/incorrect/data_bp/manifest.json @@ -6,7 +6,7 @@ "header": { "name": "Hell Cave Carver Features", - "uuid": "459909b9-fdb8-4eb3-9b8d-55d09545b89d", + "uuid": "459909b9-fdb8-4eb3-9b8d-55d09545b89h", "description": "Tests hell cave carver features", "version": [1, 0, 0], "min_engine_version": [1, 17, 0]