We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5edc5e commit c2bd0a6Copy full SHA for c2bd0a6
src/config.json
@@ -347,6 +347,14 @@
347
"schema": "biome_tag",
348
"minVersion": "1.18.2"
349
},
350
+ {
351
+ "id": "tag/worldgen/structure",
352
+ "url": "tags/structure",
353
+ "tags": ["tags", "worldgen"],
354
+ "path": "tags/worldgen/structure",
355
+ "schema": "structure_tag",
356
+ "minVersion": "1.19"
357
+ },
358
{
359
"id": "block_definition",
360
"url": "assets/blockstate",
src/locales/en.json
@@ -128,6 +128,7 @@
128
"tag/game_event": "Game Event Tag",
129
"tag/item": "Item Tag",
130
"tag/worldgen/biome": "Biome Tag",
131
+ "tag/worldgen/structure": "Structure Tag",
132
"tags": "Tags",
133
"theme.dark": "Dark",
134
"theme.light": "Light",
0 commit comments