Fix recipe preview on 1.21.2, add enchantment tag generator (#595)

* Add enchantment tag generator

* Update Lithostitched partner

* Fix recipe preview on 1.21.2

* Add enchantment tag icon

* Fix nested tags

---------

Co-authored-by: Misode <misoloo64@gmail.com>
This commit is contained in:
Apollo
2024-09-10 20:47:14 -04:00
committed by GitHub
parent fd6de2ac85
commit 944dc890e8
3 changed files with 54 additions and 24 deletions

View File

@@ -445,6 +445,15 @@
"schema": "block_tag",
"wiki": "https://minecraft.wiki/w/Tag#Java_Edition"
},
{
"id": "tag/enchantment",
"url": "tags/enchantment",
"tags": ["tags"],
"path": "tags/enchantment",
"schema": "enchantment_tag",
"minVersion": "1.20.5",
"wiki": "https://minecraft.wiki/w/Tag#Java_Edition"
},
{
"id": "tag/entity_type",
"url": "tags/entity-type",