fix typo with cooked toxlacanth not counting as meat

This commit is contained in:
Pyritie 2025-11-30 18:44:13 +00:00
parent a44092f73f
commit bea681b44c

View file

@ -30,7 +30,7 @@ const registerWABItemTags = (event) => {
event.add('tfc:foods/cooked_meats', 'wan_ancient_beasts:cooked_toxlacanth')
event.add('firmalife:foods/cooked_fish', 'wan_ancient_beasts:cooked_toxlacanth')
event.add('tfc:food/meats', 'wan_ancient_beasts:cooked_toxlacanth')
event.add('tfc:foods/meats', 'wan_ancient_beasts:cooked_toxlacanth')
// Eater meat
event.add('tfc:foods/raw_meats', 'wan_ancient_beasts:raw_ancient_meat')