StardewHack.InstructionNotFoundException: Could not find instruction sequence (Grass Growth)
SMAPI threw out the above error relating to Stardew Hack and Grass Growth, after issuing an alert saying "The patch failed to apply cleanly. Usually this means the mod needs to be updated." Here's the link to my log.
Thanks :)
P.S - I also posted this on your Nexus page.
I see that the MiscMapActionsProperties mod is modifying the same method as I do. That's causing the problem.
It looks like an easy fix, but probably not something I get around to soon.
If you have any modding experience, there's two things you can try: Replace the line `Instructions.Call(typeof(GameLocation), nameof(GameLocation.doesTileHaveProperty), typeof(int), typeof(int), typeof(string), typeof(string), typeof(bool)),' with either
-
OpCodes.Call, -
null,
Compile and check if that works.
I’ll give this a go! It’s only started recently so I assume it’s to do with an update on their end.
Thanks for your assistance :)