diff --git a/test/files/correct/data_bp/features/scatter_feature.json b/test/files/correct/data_bp/features/scatter_feature.json deleted file mode 100644 index 4262cc116..000000000 --- a/test/files/correct/data_bp/features/scatter_feature.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "format_version": "1.13.0", - - "minecraft:scatter_feature": { - "description": { - "identifier": "scatter_and_singleblock_features:scatter_feature" - }, - - "places_feature": "scatter_and_singleblock_features:scatter_feature_obsidian", - - "scatter_chance": { - "numerator": 2, - "denominator": 3 - }, - "iterations": "math.pow(2, 4)", - - "coordinate_eval_order": "zxy", - "project_input_to_floor": true, - "z": { - "distribution": "fixed_grid", - "extent": [10, 15], - "step_size": 2, - "grid_offset": 3 - }, - "x": { - "distribution": "gaussian", - "extent": ["(v.worldx < 12) * 2", 16] - }, - "y": 0 - } -} \ No newline at end of file diff --git a/test/files/correct/data_bp/trading/master_block.trades.json b/test/files/correct/data_bp/trading/master_block.trades.json index 2e39e747b..5977aed72 100644 --- a/test/files/correct/data_bp/trading/master_block.trades.json +++ b/test/files/correct/data_bp/trading/master_block.trades.json @@ -1,18 +1,24 @@ { "tiers": [ { - "trades": [ + "total_exp_required": 5, + "groups": [ { - "wants": [ + "num_to_select": 2, + "trades": [ { - "item": "minecraft:wheat", - "quantity": { - "min": 18, - "max": 22 - } + "wants": [ + { + "item": "minecraft:wheat", + "quantity": { + "min": 18, + "max": 22 + } + } + ], + "gives": [{ "item": "minecraft:emerald" }] } - ], - "gives": [{ "item": "minecraft:emerald" }] + ] } ] } diff --git a/test/files/incorrect/data_bp/manifest.json b/test/files/incorrect/data_bp/manifest.json index 98fcc127e..0873f1ed4 100644 --- a/test/files/incorrect/data_bp/manifest.json +++ b/test/files/incorrect/data_bp/manifest.json @@ -15,7 +15,6 @@ { "type": "data", "description": "Behavior pack for Hell Cave Carver Features", - "uuid": "1016f5a1-5eaf-4ccd-8e0c-a4231d7bb308", "version": [1, 0, 0] } ]