auto: Formatted json files

This commit is contained in:
DaanV2
2021-06-06 11:39:21 +02:00
parent e8ccb1b882
commit 8b61c7bbd5
2 changed files with 20 additions and 18 deletions

View File

@@ -1,22 +1,22 @@
{ {
"format_version": "1.13.0", "format_version": "1.13.0",
"minecraft:feature_rules": { "minecraft:feature_rules": {
"description": { "description": {
"identifier": "aggregate_features:aggregate_feature_placement", "identifier": "aggregate_features:aggregate_feature_placement",
"places_feature": "aggregate_features:aggregate_feature" "places_feature": "aggregate_features:aggregate_feature"
}, },
"conditions": { "conditions": {
"placement_pass": "final_pass" "placement_pass": "final_pass"
}, },
"distribution": { "distribution": {
"iterations": 1, "iterations": 1,
"x": 0, "x": 0,
"z": 0, "z": 0,
"y": 90 "y": 90
} }
} }
} }

View File

@@ -1 +1,3 @@
npx prettier --write "source/**/*.json" --config ./scripts/json.prettierrc.json npx prettier --write "source/**/*.json" --config ./scripts/json.prettierrc.json
git add .
git commit -m "auto: Formatted json files"