formatted
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Minecraft-bedrock-json-schemas
|
||||
|
||||
[](https://github.com/Blockception/Minecraft-bedrock-json-schemas/actions/workflows/compress-json-schemas.yml)
|
||||
[](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
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
"x": 0,
|
||||
"z": 0,
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
"x": 0,
|
||||
"z": 0,
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
"x": 0,
|
||||
"z": 0,
|
||||
"y": 90
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user