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",