diff --git a/examples/bp/feature_rules/aggregate_feature_placement.json b/examples/bp/feature_rules/aggregate_feature_placement.json index a4e4fd74..2fcfcefe 100644 --- a/examples/bp/feature_rules/aggregate_feature_placement.json +++ b/examples/bp/feature_rules/aggregate_feature_placement.json @@ -1,22 +1,22 @@ { - "format_version": "1.13.0", + "format_version": "1.13.0", - "minecraft:feature_rules": { - "description": { - "identifier": "aggregate_features:aggregate_feature_placement", - "places_feature": "aggregate_features:aggregate_feature" - }, + "minecraft:feature_rules": { + "description": { + "identifier": "aggregate_features:aggregate_feature_placement", + "places_feature": "aggregate_features:aggregate_feature" + }, - "conditions": { - "placement_pass": "final_pass" - }, + "conditions": { + "placement_pass": "final_pass" + }, - "distribution": { - "iterations": 1, + "distribution": { + "iterations": 1, - "x": 0, - "z": 0, - "y": 90 - } - } -} \ No newline at end of file + "x": 0, + "z": 0, + "y": 90 + } + } +} diff --git a/scripts/format_documents.ps1 b/scripts/format_documents.ps1 index f412efed..03cbbd41 100644 --- a/scripts/format_documents.ps1 +++ b/scripts/format_documents.ps1 @@ -1 +1,3 @@ -npx prettier --write "source/**/*.json" --config ./scripts/json.prettierrc.json \ No newline at end of file +npx prettier --write "source/**/*.json" --config ./scripts/json.prettierrc.json +git add . +git commit -m "auto: Formatted json files" \ No newline at end of file