diff --git a/data/ponyorigins/powers/common/diets/pescavore.json b/data/ponyorigins/powers/common/diets/pescavore.json index 83a3e0c..429ba90 100644 --- a/data/ponyorigins/powers/common/diets/pescavore.json +++ b/data/ponyorigins/powers/common/diets/pescavore.json @@ -109,6 +109,9 @@ }, { "tag": "c:cooked_fishes" + }, + { + "tag": "ponyorigins:seafood" } ] }, @@ -379,42 +382,39 @@ "type": "origins:equipped_item", "equipment_slot": "mainhand", "item_condition": { - "inverted": true, - "type": "origins:food" + "type": "origins:and", + "conditions": [ + { + "type": "origins:ingredient", + "ingredient": { + "tag": "ponyorigins:seafood" + } + }, + { + "inverted": true, + "type": "origins:food" + } + ] } }, { - "type": "origins:and", - "conditions": [ - { - "type": "origins:equipped_item", - "equipment_slot": "mainhand", - "item_condition": { - "type": "origins:and", - "conditions": [ - { - "inverted": true, - "type": "origins:ingredient", - "ingredient": { - "tag": "ponyorigins:seafood" - } - }, - { - "inverted": true, - "type": "origins:food" - } - ] - } - }, - { - "type": "origins:equipped_item", - "equipment_slot": "offhand", - "item_condition": { + "type": "origins:equipped_item", + "equipment_slot": "offhand", + "item_condition": { + "type": "origins:and", + "conditions": [ + { + "type": "origins:ingredient", + "ingredient": { + "tag": "ponyorigins:seafood" + } + }, + { "inverted": true, "type": "origins:food" } - } - ] + ] + } } ] }, @@ -470,6 +470,9 @@ }, { "tag": "c:cooked_fishes" + }, + { + "tag": "ponyorigins:seafood" } ] } diff --git a/fabric.mod.json b/fabric.mod.json index a7e31f7..b14d66b 100644 --- a/fabric.mod.json +++ b/fabric.mod.json @@ -9,7 +9,7 @@ }, "name": "Pony Origins", "id": "ponyorigins", - "version": "1.3.3-b1", + "version": "1.3.3-b1h1", "description": "Origins Replacement Mod, designed to compliment Mine Little Pony.", "license": "Unlicense", "icon": "pack.png", diff --git a/pack.mcmeta b/pack.mcmeta index 564a9d4..07beaeb 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -3,7 +3,7 @@ "name": "Pony Origins", "id": "ponyorigins", "pack_format": 15, - "version": "1.3.3-b1", + "version": "1.3.3-b1h1", "authors": [ "BlasterM5" ],