Khloe Leclair
Khloe Leclair
> This is an optional PR that improves mod compatibility with user interface theme mods. Please don't feel compelled to accept it, but please consider it. If you do accept...
Since .NET Core, there's a breaking change in how `Process.Start()` handles string inputs. As a result, just passing a URL as a string no longer results in the URL being...
This adds `DoesAssetExist(IAssetName)` to `IGameContentHelper` and `IModContentHelper`. The method exists on the wrapped `IContentManager` instances, so we just need to pass it along. Super simple work.
This is the initial testing release for a new plugin intended to make it easier to do Wondrous Tails with your friends. This adds an additional window that displays the...
Hello! [Better Game Menu](https://github.com/KhloeLeclair/StardewMods/releases/tag/BetterGameMenu-Preview2) is a new mod I'm going to be releasing that replaces `GameMenu` with a replacement that: 1. Is considerably more efficient by virtue of only creating...
**Description** Within [CompressionInventoryPart.extractItem](https://github.com/P3pp3rF1y/SophisticatedStorage/blob/1.21.x/src/main/java/net/p3pp3rf1y/sophisticatedstorage/upgrades/compression/CompressionInventoryPart.java#L298), the following line of code can throw a NullPointerException: ```java int toExtract = Math.min(calculatedStacks.get(slot).getCount(), amount); ``` We believe this happened as a result of the amount of...