From 849a69b4af6bfb29eefde59526afae18f4c8fd47 Mon Sep 17 00:00:00 2001 From: ExDrill <72329798+ExDrill@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:06:37 -0500 Subject: [PATCH] more fixes --- .../templatePool/v1.21.20/elements/single_pool_element.json | 6 ------ .../minecraftBedrock/schema/templatePool/v1.21.20/main.json | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/minecraftBedrock/schema/templatePool/v1.21.20/elements/single_pool_element.json b/packages/minecraftBedrock/schema/templatePool/v1.21.20/elements/single_pool_element.json index fd6fe179..1ead903b 100644 --- a/packages/minecraftBedrock/schema/templatePool/v1.21.20/elements/single_pool_element.json +++ b/packages/minecraftBedrock/schema/templatePool/v1.21.20/elements/single_pool_element.json @@ -11,12 +11,6 @@ "title": "Processors", "description": "The identifier of the processor list to use when placing the structure.", "$ref": "../../../general/reference/identifiers.json#/definitions/processor_list_identifiers" - }, - "projection": { - "title": "Projection", - "description": "Specifies how structures should be placed relative to the terrain.", - "type": "string", - "enum": ["rigid", "terrain_matching"] } } } diff --git a/packages/minecraftBedrock/schema/templatePool/v1.21.20/main.json b/packages/minecraftBedrock/schema/templatePool/v1.21.20/main.json index 58ae57ad..5c0cf6de 100644 --- a/packages/minecraftBedrock/schema/templatePool/v1.21.20/main.json +++ b/packages/minecraftBedrock/schema/templatePool/v1.21.20/main.json @@ -21,6 +21,12 @@ "description": "A grouping of a Structure Template, the Processor List to use when placing the structure, and its weight that determines the likelihood of the element being chosen.", "$ref": "./elements/_main.json" }, + "projection": { + "title": "Projection", + "description": "Specifies how structures should be placed relative to the terrain.", + "type": "string", + "enum": ["rigid", "terrain_matching"] + }, "weight": { "title": "Weight", "description": "The weighted probability of choosing the element from the pool. For example, a template pool containing 2 structures with weights of 1 and 3 will have a 25% and 75% chance of being chosen respectively.",