formatted
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Minecraft-bedrock-json-schemas
|
# 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/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
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user