As someone with a modded farm containing about 4,000 pigs I've never been so excited by a mod. You are royalty and I hope you win the Powerball 3 weeks in a row
Hmm, I'm honestly not sure what the issue is. I guess just to cover all of our bases, I have to ask: is there an auto grabber in the same barn that the pig is housed in?
Hmm, strange. You shouldn't need to re-put the auto grabber. But in any case, I'm happy it's working for you now! :) And thank you for letting me know how you fixed it. I'll list this fix in the Notes section just in case others encounter the same issue.
I apologize, but I do not plan to make a release for 1.5.6. However, my source code is linked in the description of this mod. You or someone is free to reference my source code to make your own 1.5.6 version.
I was curious if there were any plans to allow for the auto grabber to keep quality for modded truffles. All the pigs I am using on my farm are modded, and while Better Junimos (I believe) allowed the special truffles of one of the pig mods (white truffles from Mini Pigs as Barn Animals) to be picked up by Junimos, the multiple truffles from Blue Void and Golden Pigs were not being picked up. This mod is picking all of them up, which is amazing, but since they are only being picked up as base quality, which is a huge drop in value after being converted to truffle oil.
Hello there, love the mod so ty for all your hard work, im getting the following error in SMAPI: [Auto-Grab Truffles] This mod failed in the World.ObjectListChanged event. Technical details: NullReferenceException: Object reference not set to an instance of an object. at Tsin.AutoGrabTruffles.Truffles.ProcessCollectionQueue() in G:\GQ\Desktop\pinas\Mods\AutoGrabTruffles\Truffles.cs:line 45 at Tsin.AutoGrabTruffles.ModEntry.OnObjectListChanged(Object sender, ObjectListChangedEventArgs e) in G:\GQ\Desktop\pinas\Mods\AutoGrabTruffles\ModEntry.cs:line 43 at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101 [Auto-Grab Truffles] This mod failed in the World.ObjectListChanged event. Technical details: NullReferenceException: Object reference not set to an instance of an object. at Tsin.AutoGrabTruffles.Truffles.ProcessCollectionQueue() in G:\GQ\Desktop\pinas\Mods\AutoGrabTruffles\Truffles.cs:line 45 at Tsin.AutoGrabTruffles.ModEntry.OnObjectListChanged(Object sender, ObjectListChangedEventArgs e) in G:\GQ\Desktop\pinas\Mods\AutoGrabTruffles\ModEntry.cs:line 43 at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101
I haven't made any changes to the config and it still appears to be working okay, should i ignore this?
Mod works great so far in multiplayer, no errors and reduces the hassle of pigs in the late game. Great mod! The profession bonuses seem to be applying accurately
65 comments
Here's my log: https://smapi.io/log/e7018a0df3ef4020bf0d1fe61ca5f429
And thank you for letting me know how you fixed it. I'll list this fix in the Notes section just in case others encounter the same issue.
[Auto-Grab Truffles] This mod failed in the World.ObjectListChanged event. Technical details:
NullReferenceException: Object reference not set to an instance of an object.
at Tsin.AutoGrabTruffles.Truffles.ProcessCollectionQueue() in G:\GQ\Desktop\pinas\Mods\AutoGrabTruffles\Truffles.cs:line 45
at Tsin.AutoGrabTruffles.ModEntry.OnObjectListChanged(Object sender, ObjectListChangedEventArgs e) in G:\GQ\Desktop\pinas\Mods\AutoGrabTruffles\ModEntry.cs:line 43
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101
[Auto-Grab Truffles] This mod failed in the World.ObjectListChanged event. Technical details:
NullReferenceException: Object reference not set to an instance of an object.
at Tsin.AutoGrabTruffles.Truffles.ProcessCollectionQueue() in G:\GQ\Desktop\pinas\Mods\AutoGrabTruffles\Truffles.cs:line 45
at Tsin.AutoGrabTruffles.ModEntry.OnObjectListChanged(Object sender, ObjectListChangedEventArgs e) in G:\GQ\Desktop\pinas\Mods\AutoGrabTruffles\ModEntry.cs:line 43
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in SMAPI\Framework\Events\ManagedEvent.cs:line 101
I haven't made any changes to the config and it still appears to be working okay, should i ignore this?
Edit: In fact, that snippet of error code doesn't even appear to be my mod.