Cornelis Axel
Cornelis Axel
I've got a contact point at lady snake, i'll see if i can get them to join or answer
Quilt's reply : > We don't support fabric impl classes because you shouldn't be using them anyway so the quilt loader isn't compatible with some fabric classes. The solution here...
quilt doesnt support Fabrics impl package. anything used from fabric.impl will not load on quilt. any fabric mod that uses anything from it will crash on quilt
it may be, if Requim wishes to be compatible with Quilt, it should omit using anything from the net.fabricmc.fabric.impl package
ah, that i do not know. i come from a whole line of issues linked to my mod, and most mods all were for fabric, which has this issue. i...
@sciwhiz12 I was suggested to ping you to label this issue correctly
There is currently no way of knowing that a screen has been effectively closed (back to hud vs switch-to-a-new-screen closed). The mod I'm developing that asks for this logic is...
the idea for the events would be : 1. Opened : expose the screen that has been requested to be opened(nonnull) and the old screen is null . ability to...
Then the author is to blame for not using the correct forge events that are to be used in this situation and they should be pointed to the correct usage...
half of it got solved here already : https://github.com/MinecraftForge/MinecraftForge/pull/8598