This commit is contained in:
DaanV2
2021-06-08 17:12:21 +02:00
parent 5ab41cdbb3
commit a4961fc8e2
19 changed files with 25 additions and 0 deletions

View File

@@ -3,11 +3,13 @@
"description": "'minecraft:aggregate_feature` places a collection of features in an arbitary order. All features in the collection use the same input position. Features should not depend on each other, as there is no guarantee on the order the features will be placed.\n Succeeds if: At lease one feature is placed successfully.\n Fails if: All features fail to be placed.",
"type": "object",
"additionalProperties": false,
"required": ["description", "features"],
"properties": {
"description": {
"title": "Description",
"description": "",
"type": "object",
"required": ["identifier"],
"properties": {
"identifier": {
"title": "Identifier",