diff --git a/src/app/components/Icons.tsx b/src/app/components/Icons.tsx index f98dcfd4..9327ff6b 100644 --- a/src/app/components/Icons.tsx +++ b/src/app/components/Icons.tsx @@ -29,6 +29,7 @@ export const Icons = { recipe: , 'tag/block': TAG, 'tag/damage_type': TAG, + 'tag/dialog': TAG, 'tag/enchantment': TAG, 'tag/entity_type': TAG, 'tag/fluid': TAG, diff --git a/src/config.json b/src/config.json index d20b2002..52138db8 100644 --- a/src/config.json +++ b/src/config.json @@ -308,7 +308,8 @@ { "id": "dialog", "url": "dialog", - "minVersion": "1.21.6" + "minVersion": "1.21.6", + "wiki": "https://minecraft.wiki/w/Dialog" }, { "id": "test_instance", @@ -506,6 +507,14 @@ "minVersion": "1.19.4", "wiki": "https://minecraft.wiki/w/Tag#Java_Edition" }, + { + "id": "tag/dialog", + "url": "tags/dialog", + "tags": ["tags"], + "path": "tags/dialog", + "minVersion": "1.21.6", + "wiki": "https://minecraft.wiki/w/Tag#Java_Edition" + }, { "id": "tag/worldgen/biome", "url": "tags/biome", diff --git a/src/locales/en.json b/src/locales/en.json index 14455373..31d6c133 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -113,6 +113,7 @@ "generator.tag/block": "Block Tag", "generator.tag/cat_variant": "Cat Variant Tag", "generator.tag/damage_type": "Damage Type Tag", + "generator.tag/dialog": "Dialog Tag", "generator.tag/enchantment": "Enchantment Tag", "generator.tag/entity_type": "Entity Type Tag", "generator.tag/fluid": "Fluid Tag",