Matt

Results 20 comments of Matt

Lex will have to chime in but I suspect this is intentional due to the internals of fml. That being said, a mod which is not filling out the mods.toml...

Ah I totally missed those methods while reading into it. I wonder if MTS removed/forgot to add the attributes in the build.gradle? Unfortunately the mod is closed source so it's...

I checked the git blame, the NONE/0.0NONE was introduced by cpw back in 2019 during the end of the 1.14 release cycle. So.. it's been there for a looong time....

Replicated on 1.20.1 and 1.21.10, likely affects all versions. Modifier key state appears to be getting stuck "held" when pressed at the same time as another key. Opening any screen...

Just noting here for later. This PR will not apply to 1.21.6 as LayeredDraw has been removed in favor of Gui just calling the render functions directly instead of through...

![image](https://github.com/user-attachments/assets/633182dc-49c1-45ee-973c-b3291d1f5688) Singleplayer failed test unrelated to PR, needing backport of [6b6d74e3d809376a46e578195d0d70618aa5a2b6](https://github.com/MinecraftForge/MinecraftForge-Experimental/commit/6b6d74e3d809376a46e578195d0d70618aa5a2b6) ![image](https://github.com/user-attachments/assets/2d09f735-071c-435f-a2b3-268b3516be4c) Dedi-server OK.

I'll pull in your suggestions for sure, but I've been trying a few different things to see if I can get ordering to work properly as that is kind of...

Pulled in changes and reduced scope as mentioned. Will definitely keep the branch on my repo so we have the history if I/we want to try it again. Only thing...

Just putting here for the purposes of tracking solutions while this is still open:

Ah, that works too. I had tested the changes locally with FMLClientSetupEvent and it didn't seem to stop working, but glad to know there's a proper event for it.