Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog.txt
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 3.0.61
Date: 2025-11-08
Changes:
- Changed xyhiphoe recipes to use deluxe fish food instead of regular fish food starting at tier 3. Resolves https://github.com/pyanodon/pybugreports/issues/1259
---------------------------------------------------------------------------------------------------
Version: 3.0.60
Date: 2025-11-02
Changes:
Expand Down
10 changes: 6 additions & 4 deletions prototypes/recipes/xyhiphoe/recipes-xyhiphoe-raising.lua
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ py.autorecipes {
},
tech = "water-invertebrates-mk02"
},
--food 2
--fish egg
{
ingredients =
{
Expand All @@ -52,7 +52,7 @@ py.autorecipes {
},
tech = "water-invertebrates-mk03"
},
--food 2 blood-meal
--food 2 fawogae
{
ingredients =
{
Expand Down Expand Up @@ -227,12 +227,14 @@ py.autorecipes {
crafting_speed = 130,
tech = "water-invertebrates-mk02"
},
--fish egg
--food 2 fish egg, no blood meal
{
ingredients =
{
{name = "blood-meal", remove_item = true},
{name = "saps", remove_item = true},
{name = "fish-food-01", remove_item = true},
{name = "fish-food-02", amount = 1},
{name = "fish-egg", amount = 15},

},
Expand All @@ -244,7 +246,7 @@ py.autorecipes {
crafting_speed = 110,
tech = "water-invertebrates-mk03"
},
--food 2 blood-meal
--blood-meal
{
ingredients =
{
Expand Down