We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fda7f1c commit 30e2720Copy full SHA for 30e2720
BetterJunimos/Abilities/Base/HarvestCropsAbility.cs
@@ -42,7 +42,7 @@ public List<string> RequiredItems() {
42
}
43
44
private bool ShouldAvoidHarvesting(Vector2 pos, HoeDirt hd) {
45
- var item = new StardewValley.Object(pos, hd.crop.indexOfHarvest.Value);
+ var item = new StardewValley.Object(hd.crop.indexOfHarvest.Value, 1);
46
47
// TODO: check properly if the crop will die tomorrow instead of special-casing
48
if (item.ParentSheetIndex == 421) {
0 commit comments