Unofficial mod updates

Ramço0748

Cowpoke
Hello everyone, I'm getting an error like this in vanilla plus profession and my mod is not working at all. can you help?
[Vanilla Plus Professions] This mod failed in the GameLoop.GameLaunched event. Technical details:
ArgumentException: Unhandled proxy/conversion method for info: ProxyInfo{target: TypeInfo{context: mistyspring.ItemExtensions, type: ItemExtensions.Api, ItemExtensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null}, proxy: TypeInfo{context: KediDili.VanillaPlusProfessions, type: VanillaPlusProfessions.Compatibility.IItemExtensions, VanillaPlusProfessions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null}}
---> ArgumentException: The IItemExtensions interface defines method GetObjectDrops which doesn't exist in the API or depends on an interface that cannot be mapped!
at Nanoray.Pintail.ProxyManagerConfiguration`1.<>c.<.cctor>b__42_4(ProxyInfo`1 proxyInfo, MethodInfo proxyMethod)
at Nanoray.Pintail.InterfaceOrDelegateProxyFactory`1.Prepare(ProxyManager`1 manager, String typeName)
at Nanoray.Pintail.ProxyManager`1.ObtainProxyFactory(ProxyInfo`1 proxyInfo)
--- End of inner exception stack trace ---
at Nanoray.Pintail.ProxyManager`1.ObtainProxyFactory(ProxyInfo`1 proxyInfo)
at Nanoray.Pintail.IProxyManagerExtensions.ObtainProxy[Context,TProxy](IProxyManager`1 self, Object instance, Context targetContext, Context proxyContext)
at StardewModdingAPI.Framework.ModHelpers.ModRegistryHelper.GetApi[TInterface](String uniqueID) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/ModHelpers/ModRegistryHelper.cs:line 133
at VanillaPlusProfessions.ModEntry.OnGameLaunched(Object sender, GameLaunchedEventArgs e) in C:\Users\Administrator\Documents\Backup\SDV Mod ve Translations\Modding\Personal Mods\VanillaPlusProfessions\VanillaPlusProfessions\ModEntry.cs:line 128
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/Events/ManagedEvent.cs:line 101
 

h3llokitty

Greenhorn
A few months ago, I made an unofficial update for Eemie's map recolor. I tried contacting Minervamaga and Eemie with other members of the community to ask for permission, but we didn't get a reply. Because of that, I haven't uploaded it to the public.
this might be too late but any chance youd be able to send it to me privately if not its okay
 

SigmaBunny

Tiller
Hello everyone, I'm getting an error like this in vanilla plus profession and my mod is not working at all. can you help?
[Vanilla Plus Professions] This mod failed in the GameLoop.GameLaunched event. Technical details:
ArgumentException: Unhandled proxy/conversion method for info: ProxyInfo{target: TypeInfo{context: mistyspring.ItemExtensions, type: ItemExtensions.Api, ItemExtensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null}, proxy: TypeInfo{context: KediDili.VanillaPlusProfessions, type: VanillaPlusProfessions.Compatibility.IItemExtensions, VanillaPlusProfessions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null}}
---> ArgumentException: The IItemExtensions interface defines method GetObjectDrops which doesn't exist in the API or depends on an interface that cannot be mapped!
at Nanoray.Pintail.ProxyManagerConfiguration`1.<>c.<.cctor>b__42_4(ProxyInfo`1 proxyInfo, MethodInfo proxyMethod)
at Nanoray.Pintail.InterfaceOrDelegateProxyFactory`1.Prepare(ProxyManager`1 manager, String typeName)
at Nanoray.Pintail.ProxyManager`1.ObtainProxyFactory(ProxyInfo`1 proxyInfo)
--- End of inner exception stack trace ---
at Nanoray.Pintail.ProxyManager`1.ObtainProxyFactory(ProxyInfo`1 proxyInfo)
at Nanoray.Pintail.IProxyManagerExtensions.ObtainProxy[Context,TProxy](IProxyManager`1 self, Object instance, Context targetContext, Context proxyContext)
at StardewModdingAPI.Framework.ModHelpers.ModRegistryHelper.GetApi[TInterface](String uniqueID) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/ModHelpers/ModRegistryHelper.cs:line 133
at VanillaPlusProfessions.ModEntry.OnGameLaunched(Object sender, GameLaunchedEventArgs e) in C:\Users\Administrator\Documents\Backup\SDV Mod ve Translations\Modding\Personal Mods\VanillaPlusProfessions\VanillaPlusProfessions\ModEntry.cs:line 128
at StardewModdingAPI.Framework.Events.ManagedEvent`1.Raise(TEventArgs args) in /home/pathoschild/git/SMAPI/src/SMAPI/Framework/Events/ManagedEvent.cs:line 101
Until it gets updated the only thing you can do is roll back your Item extensions mod a couple of versions
 

luem1i

Newcomer
This is an unofficial update (with permission) to Who's Greenhouse to fix the entrance and exit problems in 1.5+, nothing else. The original has been hidden for now. It requires PyTK because of the custom tile action I used to fix the exit.

This is a reupload of the one I fixed for someone on Discord; at the time I only tested the things I edited and have not tested it since then, so if something doesn't work please @ me and I'll check it out.
hello! i dont know if you can still see this but i love your mod so much but the problem was i cant get in the greenhouse only by through the cellar huhu
 

Kodi4444

Greenhorn
I've attached an update for Pelican TTS to support 1.6. I have a PR to the upstream project, but it doesn't appear to be very actively maintained.
I found a bug in this version of Pelican TTS and was hoping you could fix it, please.
the problem:
PelicanTTS 1.14.0 stops working when I have the Lookup Anything mod installed. Apparently, PelicanTTS is trying to access something in Lookup Anything that doesn't exist.
 
Top