From a4961fc8e253540ec6eefebd6c52889ccda86bc6 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 8 Jun 2021 17:12:21 +0200 Subject: [PATCH] Updated --- .../features/1.13.0/features/minecraft.aggregate_feature.json | 2 ++ .../1.13.0/features/minecraft.cave_carver_feature.json | 2 ++ .../features/1.13.0/features/minecraft.geode_feature.json | 1 + .../1.13.0/features/minecraft.growing_plant_feature.json | 1 + .../1.13.0/features/minecraft.hell_cave_carver_feature.json | 2 ++ .../features/1.13.0/features/minecraft.multiface_feature.json | 4 ++++ .../features/1.13.0/features/minecraft.ore_feature.json | 1 + .../features/1.13.0/features/minecraft.rect_layout.json | 1 + .../features/1.13.0/features/minecraft.scan_surface.json | 1 + .../features/1.13.0/features/minecraft.scatter_feature.json | 1 + .../features/1.13.0/features/minecraft.search_feature.json | 1 + .../features/1.13.0/features/minecraft.sequence_feature.json | 1 + .../1.13.0/features/minecraft.single_block_feature.json | 1 + .../1.13.0/features/minecraft.snap_to_surface_feature.json | 1 + .../1.13.0/features/minecraft.structure_template_feature.json | 1 + .../features/1.13.0/features/minecraft.tree_feature.json | 1 + .../features/minecraft.underwater_cave_carver_feature.json | 1 + .../1.13.0/features/minecraft.vegetation_patch_feature.json | 1 + .../1.13.0/features/minecraft.weighted_random_feature.json | 1 + 19 files changed, 25 insertions(+) diff --git a/source/behavior/features/1.13.0/features/minecraft.aggregate_feature.json b/source/behavior/features/1.13.0/features/minecraft.aggregate_feature.json index 12ade470..5a3f4225 100644 --- a/source/behavior/features/1.13.0/features/minecraft.aggregate_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.aggregate_feature.json @@ -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", diff --git a/source/behavior/features/1.13.0/features/minecraft.cave_carver_feature.json b/source/behavior/features/1.13.0/features/minecraft.cave_carver_feature.json index 7a888692..f2221801 100644 --- a/source/behavior/features/1.13.0/features/minecraft.cave_carver_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.cave_carver_feature.json @@ -3,11 +3,13 @@ "title": "Cave Carver Feature", "description": "`minecraft:cave_carver_feature` carves a cave through the world in the current chunk, and in every chunk around the current chunk in an 8 radial pattern. This feature will also only work when placed specifically in the pass \"pregeneration_pass\".", "additionalProperties": false, + "required": ["description"], "properties": { "description": { "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.geode_feature.json b/source/behavior/features/1.13.0/features/minecraft.geode_feature.json index a87e19d9..e5264f03 100644 --- a/source/behavior/features/1.13.0/features/minecraft.geode_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.geode_feature.json @@ -67,6 +67,7 @@ "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.growing_plant_feature.json b/source/behavior/features/1.13.0/features/minecraft.growing_plant_feature.json index 25995188..ff09a3ab 100644 --- a/source/behavior/features/1.13.0/features/minecraft.growing_plant_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.growing_plant_feature.json @@ -61,6 +61,7 @@ "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.hell_cave_carver_feature.json b/source/behavior/features/1.13.0/features/minecraft.hell_cave_carver_feature.json index c39e4b9b..069967e4 100644 --- a/source/behavior/features/1.13.0/features/minecraft.hell_cave_carver_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.hell_cave_carver_feature.json @@ -3,11 +3,13 @@ "description": "`minecraft:hell_cave_carver_feature` carves a cave through the Nether in the current chunk, and in every chunk around the current chunk in an 8 radial pattern.This feature will also only work when placed specifically in the pass `pregeneration_pass`.", "type": "object", "additionalProperties": false, + "required": ["description"], "properties": { "description": { "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.multiface_feature.json b/source/behavior/features/1.13.0/features/minecraft.multiface_feature.json index 9933f7bb..d9b01ce9 100644 --- a/source/behavior/features/1.13.0/features/minecraft.multiface_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.multiface_feature.json @@ -1,11 +1,15 @@ { + "title": "Multiface Feature", + "description": "`minecraft:multiface_feature` places one or a few multiface blocks on floors/walls/ceilings. Despite the name, any block can be placed by this feature. During placement, existing world blocks are checked to see if this feature can be placed on them based on the list provided in the `can_place_on` field. If no `can_replace_on` field is specified, the `place_block` block can be placed on any existing block.\nThis feature will also try to spread the 'place_block' block around the location in world the feature is placed.\nSucceeds if: At least one block is successfully placed.\nFails if: All block placements fail.", "type": "object", "additionalProperties": false, + "required": ["description"], "properties": { "description": { "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.ore_feature.json b/source/behavior/features/1.13.0/features/minecraft.ore_feature.json index 9933f7bb..48d612fc 100644 --- a/source/behavior/features/1.13.0/features/minecraft.ore_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.ore_feature.json @@ -6,6 +6,7 @@ "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.rect_layout.json b/source/behavior/features/1.13.0/features/minecraft.rect_layout.json index 9933f7bb..48d612fc 100644 --- a/source/behavior/features/1.13.0/features/minecraft.rect_layout.json +++ b/source/behavior/features/1.13.0/features/minecraft.rect_layout.json @@ -6,6 +6,7 @@ "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.scan_surface.json b/source/behavior/features/1.13.0/features/minecraft.scan_surface.json index 9933f7bb..48d612fc 100644 --- a/source/behavior/features/1.13.0/features/minecraft.scan_surface.json +++ b/source/behavior/features/1.13.0/features/minecraft.scan_surface.json @@ -6,6 +6,7 @@ "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.scatter_feature.json b/source/behavior/features/1.13.0/features/minecraft.scatter_feature.json index 9933f7bb..48d612fc 100644 --- a/source/behavior/features/1.13.0/features/minecraft.scatter_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.scatter_feature.json @@ -6,6 +6,7 @@ "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.search_feature.json b/source/behavior/features/1.13.0/features/minecraft.search_feature.json index 9933f7bb..48d612fc 100644 --- a/source/behavior/features/1.13.0/features/minecraft.search_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.search_feature.json @@ -6,6 +6,7 @@ "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.sequence_feature.json b/source/behavior/features/1.13.0/features/minecraft.sequence_feature.json index beeee1bc..83c54103 100644 --- a/source/behavior/features/1.13.0/features/minecraft.sequence_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.sequence_feature.json @@ -9,6 +9,7 @@ "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.single_block_feature.json b/source/behavior/features/1.13.0/features/minecraft.single_block_feature.json index 6e0bdf51..8686f302 100644 --- a/source/behavior/features/1.13.0/features/minecraft.single_block_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.single_block_feature.json @@ -14,6 +14,7 @@ "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.snap_to_surface_feature.json b/source/behavior/features/1.13.0/features/minecraft.snap_to_surface_feature.json index a9dfd579..93e89e16 100644 --- a/source/behavior/features/1.13.0/features/minecraft.snap_to_surface_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.snap_to_surface_feature.json @@ -9,6 +9,7 @@ "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.structure_template_feature.json b/source/behavior/features/1.13.0/features/minecraft.structure_template_feature.json index 9933f7bb..48d612fc 100644 --- a/source/behavior/features/1.13.0/features/minecraft.structure_template_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.structure_template_feature.json @@ -6,6 +6,7 @@ "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.tree_feature.json b/source/behavior/features/1.13.0/features/minecraft.tree_feature.json index 9933f7bb..48d612fc 100644 --- a/source/behavior/features/1.13.0/features/minecraft.tree_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.tree_feature.json @@ -6,6 +6,7 @@ "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.underwater_cave_carver_feature.json b/source/behavior/features/1.13.0/features/minecraft.underwater_cave_carver_feature.json index 9933f7bb..48d612fc 100644 --- a/source/behavior/features/1.13.0/features/minecraft.underwater_cave_carver_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.underwater_cave_carver_feature.json @@ -6,6 +6,7 @@ "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.vegetation_patch_feature.json b/source/behavior/features/1.13.0/features/minecraft.vegetation_patch_feature.json index 9933f7bb..48d612fc 100644 --- a/source/behavior/features/1.13.0/features/minecraft.vegetation_patch_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.vegetation_patch_feature.json @@ -6,6 +6,7 @@ "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier", diff --git a/source/behavior/features/1.13.0/features/minecraft.weighted_random_feature.json b/source/behavior/features/1.13.0/features/minecraft.weighted_random_feature.json index 9933f7bb..48d612fc 100644 --- a/source/behavior/features/1.13.0/features/minecraft.weighted_random_feature.json +++ b/source/behavior/features/1.13.0/features/minecraft.weighted_random_feature.json @@ -6,6 +6,7 @@ "title": "Description", "description": "", "type": "object", + "required": ["identifier"], "properties": { "identifier": { "title": "Identifier",