mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-27 01:55:41 -05:00
Add missing minecraft:enchantable/vanishing
to c:enchantables
(#4058)
(cherry picked from commit 405385578e
)
This commit is contained in:
parent
338fe968f1
commit
64afec5a95
2 changed files with 6 additions and 1 deletions
|
@ -623,7 +623,8 @@ public final class ItemTagGenerator extends FabricTagProvider.ItemTagProvider {
|
|||
.addOptionalTag(ItemTags.CROSSBOW_ENCHANTABLE)
|
||||
.addOptionalTag(ItemTags.MACE_ENCHANTABLE)
|
||||
.addOptionalTag(ItemTags.FIRE_ASPECT_ENCHANTABLE)
|
||||
.addOptionalTag(ItemTags.DURABILITY_ENCHANTABLE);
|
||||
.addOptionalTag(ItemTags.DURABILITY_ENCHANTABLE)
|
||||
.addOptionalTag(ItemTags.VANISHING_ENCHANTABLE);
|
||||
|
||||
// Deprecated tags below
|
||||
|
||||
|
|
|
@ -51,6 +51,10 @@
|
|||
{
|
||||
"id": "#minecraft:enchantable/durability",
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"id": "#minecraft:enchantable/vanishing",
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue