auto: Formatted json files
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user