Skip to content

Commit

Permalink
Add structure tag generator
Browse files Browse the repository at this point in the history
  • Loading branch information
misode committed Oct 4, 2023
1 parent f5edc5e commit c2bd0a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit c2bd0a6

@vercel
Copy link

@vercel vercel bot commented on c2bd0a6 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

misode – ./

misode.vercel.app
misode-git-master-misode.vercel.app
misode-misode.vercel.app

Please sign in to comment.