MrCrayfish
MrCrayfish
I've had someone report that the models in my mod aren't loading, ultimately leading to a crash. I've taken a look into the issue and it seems to stem from...
### Other Hello, I've added support back to Configured to allow players to edit the client configuration of JEI. I've not published this update yet since I am hoping you...
I was brought to attention that `ModMenuApi#getModConfigScreenFactory()` is able to return `null` (the factory itself, not the value created by it). This is not mentioned in the method documentation or...
**Minecraft Version:** 1.21.4 **NeoForge Version:** 21.4.81-beta **Description of issue:** In 1.21.1, when a `Screen` handles mouse input, it would not prevent `ClientHooks#onMouseButtonPost` from being called. However in 1.21.4, now with...
In my mod Configured, I only provide config screens for other mods using `ModMenuApi#getProvidedConfigScreenFactories`, I do not provide one to the mod itself. However, as of https://github.com/TerraformersMC/ModMenu/commit/4fd1eb7fe056dc89656bc6a93363fd73070a6a9b and https://github.com/TerraformersMC/ModMenu/commit/39f0fcf8d01cecdce08505a4ee748f08abd9cb6f, ModMenu...
### Minecraft version 1.20.1 ### Describe the bug The creation of `IModFile` for nested jars (like Fabric API libraries) are not marked as a library. ### Steps to reproduce 1....