From c2bd0a639a7c2f33c29da6594f50b90df71b7431 Mon Sep 17 00:00:00 2001 From: Misode Date: Wed, 4 Oct 2023 19:54:07 +0200 Subject: [PATCH] Add structure tag generator --- src/config.json | 8 ++++++++ src/locales/en.json | 1 + 2 files changed, 9 insertions(+) diff --git a/src/config.json b/src/config.json index 63dda534..6003edaa 100644 --- a/src/config.json +++ b/src/config.json @@ -347,6 +347,14 @@ "schema": "biome_tag", "minVersion": "1.18.2" }, + { + "id": "tag/worldgen/structure", + "url": "tags/structure", + "tags": ["tags", "worldgen"], + "path": "tags/worldgen/structure", + "schema": "structure_tag", + "minVersion": "1.19" + }, { "id": "block_definition", "url": "assets/blockstate", diff --git a/src/locales/en.json b/src/locales/en.json index 35cce763..ad68190c 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -128,6 +128,7 @@ "tag/game_event": "Game Event Tag", "tag/item": "Item Tag", "tag/worldgen/biome": "Biome Tag", + "tag/worldgen/structure": "Structure Tag", "tags": "Tags", "theme.dark": "Dark", "theme.light": "Light",