You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is causing the c:coal tag to be added to charcoal and coal coke items from other mods I have. It breaks the recipes that use the c:charcoal and c:coal_coke tags. To fix that, you just have to unappend the c:coal from the #minecraft:coals tag and instead add the minecraft:coal item.
The mod is using outdated Tags and causing a duplicated entry. The correct tag id is "c:foods/vegetable" (not plural).
https://github.com/Sinytra/ForgifiedFabricAPI/blob/1.21.1/fabric-convention-tags-v2/src/generated/resources/data/c/tags/item/foods/vegetables.json
Carrots, Potatoes, beets, and Golden Carrots all have duplicated tags c:foods/vegetable and c:foods/vegetables
These are not just the only ones. Many other tags have changed and it's causing the duplicated tags.
https://github.com/neoforged/NeoForge/tree/1.21.x/src/generated/resources/data/c/tags/item
The text was updated successfully, but these errors were encountered: