-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup ASM/mixins coremods #261
Conversation
does it still works with optifine? I've seen optifine something in the file history so it might be interfering. |
nothing injects in the RenderBlocks class when optifine is present, I'll try to change it |
Please do not use & in branch names |
Rebase failed
…SM wasn't injecting out of dev env
…at have 0 effects on the server
…use of a mixin bug
…when registering new mixins
bc7552e
to
303ef5a
Compare
I rebased on top of master locally as well as squashed a bunch of commits together to clean the git log, I made sure it builds and runs, but I might have introduced some errors in the process if someone could double check that would be nice :p |
I was double checking it just now lol |
Builds and launches without issue on my end btw. |
Cleanup asm transformers
Translate GT Pollution ASM transformers to mixins
Fix optifine support for GT Pollution mixins
Now require devs to set Phase and Side when registering mixins to avoid mistakes and crashes in production
All the pollutions related byecode manipulation stuff is now in mixins form and should be moved to GT5U in a later PR