Skip to content

Commit

Permalink
Pescavore Hotfix
Browse files Browse the repository at this point in the history
* Fixed Pescavore getting sick on some seafoods (again)
  • Loading branch information
BlasterM5 committed Feb 16, 2024
1 parent 11d28c5 commit 5594c2c
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 32 deletions.
63 changes: 33 additions & 30 deletions data/ponyorigins/powers/common/diets/pescavore.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@
},
{
"tag": "c:cooked_fishes"
},
{
"tag": "ponyorigins:seafood"
}
]
},
Expand Down Expand Up @@ -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"
}
}
]
]
}
}
]
},
Expand Down Expand Up @@ -470,6 +470,9 @@
},
{
"tag": "c:cooked_fishes"
},
{
"tag": "ponyorigins:seafood"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pack.mcmeta
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Pony Origins",
"id": "ponyorigins",
"pack_format": 15,
"version": "1.3.3-b1",
"version": "1.3.3-b1h1",
"authors": [
"BlasterM5"
],
Expand Down

0 comments on commit 5594c2c

Please sign in to comment.