mirror of
https://github.com/FabricMC/fabric.git
synced 2025-09-04 16:59:11 +00:00
Fix backwards compat for c:strings tag (#3720)
This commit is contained in:
@@ -623,6 +623,6 @@ public final class ItemTagGenerator extends FabricTagProvider.ItemTagProvider {
|
||||
getOrCreateTagBuilder(ConventionalItemTags.SPEARS_TOOLS).addOptionalTag(new Identifier(TagUtil.C_TAG_NAMESPACE, "spears"));
|
||||
getOrCreateTagBuilder(ConventionalItemTags.BOWS_TOOLS).addOptionalTag(new Identifier(TagUtil.C_TAG_NAMESPACE, "bows"));
|
||||
getOrCreateTagBuilder(ConventionalItemTags.SHIELDS_TOOLS).addOptionalTag(new Identifier(TagUtil.C_TAG_NAMESPACE, "shields"));
|
||||
getOrCreateTagBuilder(ConventionalItemTags.STRINGS).addOptionalTag(new Identifier(TagUtil.C_TAG_NAMESPACE, "strings"));
|
||||
getOrCreateTagBuilder(ConventionalItemTags.STRINGS).addOptionalTag(new Identifier(TagUtil.C_TAG_NAMESPACE, "string"));
|
||||
}
|
||||
}
|
||||
|
@@ -2,7 +2,7 @@
|
||||
"values": [
|
||||
"minecraft:string",
|
||||
{
|
||||
"id": "#c:strings",
|
||||
"id": "#c:string",
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user