formatted

This commit is contained in:
DaanV2
2021-06-06 12:10:39 +02:00
parent 452fe59b2b
commit afc60098a0
4 changed files with 55 additions and 54 deletions

View File

@@ -1,6 +1,7 @@
# Minecraft-bedrock-json-schemas # 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) [![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 The json validation schema files for Minecraft bedrock
@@ -15,8 +16,8 @@ The json validation schema files for Minecraft bedrock
## Contributing ## 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 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
follow the [Contribution guide](CONTRIBUTING.md) smaller schemas. On other matters follow the [Contribution guide](CONTRIBUTING.md)
## Manual Usage ## Manual Usage

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": "sequence_features:sequence_feature_placement", "identifier": "sequence_features:sequence_feature_placement",
"places_feature": "sequence_features:sequence_feature" "places_feature": "sequence_features:sequence_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,23 +1,23 @@
{ {
"format_version": "1.13.0", "format_version": "1.13.0",
"minecraft:feature_rules": { "minecraft:feature_rules": {
"description": { "description": {
"identifier": "tree_features:tree_feature_placement", "identifier": "tree_features:tree_feature_placement",
"places_feature": "tree_features:tree_feature" "places_feature": "tree_features:tree_feature"
}, },
"conditions": { "conditions": {
"placement_pass": "final_pass" "placement_pass": "final_pass"
}, },
"distribution": { "distribution": {
"iterations": 1, "iterations": 1,
"scatter_chance": 2, "scatter_chance": 2,
"x": 0, "x": 0,
"z": 0, "z": 0,
"y": 90 "y": 90
} }
} }
} }

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": "weighted_random_features:weighted_random_feature_placement", "identifier": "weighted_random_features:weighted_random_feature_placement",
"places_feature": "weighted_random_features:weighted_random_feature" "places_feature": "weighted_random_features:weighted_random_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
} }
} }
} }