spacechase0 / StardewValleyMods

New home for my stardew valley mod source code
Other
105 stars 142 forks source link

[JsonAssets] Failed to apply 'JsonAssets.Patches.GiantCropPatcher' patcher #395

Open justastranger opened 4 months ago

justastranger commented 4 months ago

Playing SDV 1.6 with SMAPI 4.0.0 and JsonAssets 1.11.0

This appears to be a really simple fix. JsonAssets.Patches.GiantCropPatcher.Before_Draw just needs the tileLocation argument removed as that is now a property of the GiantCrop instance (accessed from the patch via __instance.Tile, the way GiantCrop.Draw does it now).

log here

aravezskinteeth commented 4 months ago

I have the same bug! I hope it gets resolved soon!