diff --git a/README.md b/README.md index c46cee53..16d1c063 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Minecraft-bedrock-json-schemas [![Compress Json Schemas](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/compress-json-schemas.yml/badge.svg?branch=main&event=push)](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/compress-json-schemas.yml) +[![Format json files](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/format-json-files.yml/badge.svg?branch=main&event=push)](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/format-json-files.yml) The json validation schema files for Minecraft bedrock @@ -15,8 +16,8 @@ The json validation schema files for Minecraft bedrock ## Contributing -Any changes to the schemas are to be done through the source files in the folder source. these get converted and compressed through an action into smaller schemas. On other matters -follow the [Contribution guide](CONTRIBUTING.md) +Any changes to the schemas are to be done through the source files in the folder source. these get converted and compressed through an action into +smaller schemas. On other matters follow the [Contribution guide](CONTRIBUTING.md) ## Manual Usage diff --git a/test/bp/feature_rules/sequence_feature_placement.json b/test/bp/feature_rules/sequence_feature_placement.json index 5d0f28f7..6f95648d 100644 --- a/test/bp/feature_rules/sequence_feature_placement.json +++ b/test/bp/feature_rules/sequence_feature_placement.json @@ -1,22 +1,22 @@ { - "format_version": "1.13.0", + "format_version": "1.13.0", - "minecraft:feature_rules": { - "description": { - "identifier": "sequence_features:sequence_feature_placement", - "places_feature": "sequence_features:sequence_feature" - }, + "minecraft:feature_rules": { + "description": { + "identifier": "sequence_features:sequence_feature_placement", + "places_feature": "sequence_features:sequence_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/test/bp/feature_rules/tree_feature_placement.json b/test/bp/feature_rules/tree_feature_placement.json index a84a625e..7092cfac 100644 --- a/test/bp/feature_rules/tree_feature_placement.json +++ b/test/bp/feature_rules/tree_feature_placement.json @@ -1,23 +1,23 @@ { - "format_version": "1.13.0", + "format_version": "1.13.0", - "minecraft:feature_rules": { - "description": { - "identifier": "tree_features:tree_feature_placement", - "places_feature": "tree_features:tree_feature" - }, + "minecraft:feature_rules": { + "description": { + "identifier": "tree_features:tree_feature_placement", + "places_feature": "tree_features:tree_feature" + }, - "conditions": { - "placement_pass": "final_pass" - }, + "conditions": { + "placement_pass": "final_pass" + }, - "distribution": { - "iterations": 1, - "scatter_chance": 2, + "distribution": { + "iterations": 1, + "scatter_chance": 2, - "x": 0, - "z": 0, - "y": 90 - } - } -} \ No newline at end of file + "x": 0, + "z": 0, + "y": 90 + } + } +} diff --git a/test/bp/feature_rules/weighted_random_feature_placement.json b/test/bp/feature_rules/weighted_random_feature_placement.json index 934ca946..8b7ee4ae 100644 --- a/test/bp/feature_rules/weighted_random_feature_placement.json +++ b/test/bp/feature_rules/weighted_random_feature_placement.json @@ -1,22 +1,22 @@ { - "format_version": "1.13.0", + "format_version": "1.13.0", - "minecraft:feature_rules": { - "description": { - "identifier": "weighted_random_features:weighted_random_feature_placement", - "places_feature": "weighted_random_features:weighted_random_feature" - }, + "minecraft:feature_rules": { + "description": { + "identifier": "weighted_random_features:weighted_random_feature_placement", + "places_feature": "weighted_random_features:weighted_random_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 + } + } +}