LexManos

Results 183 comments of LexManos

Found another breaking change in 3.7.1, namely tomls don't work at all as they don't use StampedConfig as their internal implementation. But seems you've fixed that in 3.7.3. But there...

It did in a few places. Which i have had to remove while updating to address a reported issue of 7.3.1 being non functional. https://github.com/MinecraftForge/MinecraftForge/commit/8edb5515716cacb29583bf779782b6768d388fbb

Does kinda sound like a vanilla bug. However, we should probably reproduce this as I can see it breaking gameplay on accident. Should be a simple method override to fix.

If you want to submit a pr to address this issue feel free. however. I am working on completely rewriting large swafts of the codebase to be more streamlined and...

So, just to finish this up. There isnt actually an issue. It may just be a matter of finding all the necessary gradle tasks and making sure they all have...

There are quite a few javadocs issues, I have always stated that I am crap with documentation. I would suggest that if you care about javadocs, it may be worth...

Honestly, the rendering things are fairly horribly implemented. I did some cleanups in 1.21 that may of helped. Face Data is no longer inherited from elements so you have to...

In my tests it send the protocol redirect, but this doesn't hurt. However this PR isn't possible to be pulled right now as the 2.3 branch needs to be migrated...

In my opinion this shouldn't be supported as it's just asking for people to do weird things. Class names are meant to be stable to give some semblance of logic...

No, its done as a sub-module split so that we can do a merge where it keeps all of the history correctly as commits. So no this is not done...