Skip to content

Commit c2bd0a6

Browse files
committed
Add structure tag generator
1 parent f5edc5e commit c2bd0a6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,14 @@
347347
"schema": "biome_tag",
348348
"minVersion": "1.18.2"
349349
},
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+
},
350358
{
351359
"id": "block_definition",
352360
"url": "assets/blockstate",

src/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@
128128
"tag/game_event": "Game Event Tag",
129129
"tag/item": "Item Tag",
130130
"tag/worldgen/biome": "Biome Tag",
131+
"tag/worldgen/structure": "Structure Tag",
131132
"tags": "Tags",
132133
"theme.dark": "Dark",
133134
"theme.light": "Light",

0 commit comments

Comments
 (0)