From e4f0056e7f53ee9dd453b956e6478240288e3865 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sun, 6 Jun 2021 12:22:09 +0200 Subject: [PATCH] formatted --- .../feature_rules/ore_feature_placement.json | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/test/bp/feature_rules/ore_feature_placement.json b/test/bp/feature_rules/ore_feature_placement.json index a89b7b30..d556581d 100644 --- a/test/bp/feature_rules/ore_feature_placement.json +++ b/test/bp/feature_rules/ore_feature_placement.json @@ -1,22 +1,22 @@ { - "format_version": "1.13.0", + "format_version": "1.13.0", - "minecraft:feature_rules": { - "description": { - "identifier": "ore_features:ore_feature_placement", - "places_feature": "ore_features:ore_feature" - }, + "minecraft:feature_rules": { + "description": { + "identifier": "ore_features:ore_feature_placement", + "places_feature": "ore_features:ore_feature" + }, - "conditions": { - "placement_pass": "final_pass" - }, + "conditions": { + "placement_pass": "final_pass" + }, - "distribution": { - "iterations": 1, + "distribution": { + "iterations": 1, - "x": 0, - "z": 0, - "y": "query.heightmap(v.worldx, v.worldz)" - } - } -} \ No newline at end of file + "x": { "denominator": 1, "numerator": 1 }, + "z": 0, + "y": "query.heightmap(v.worldx, v.worldz)" + } + } +}