Posted October 9, 201213 yr Hello! I have made a simple mod that edits 1 base file (GuiContainer.class; aqh.class). What do I need to do to make a .jar file that will launch from coremods folder and won't conflict with other mods that edit aqh.class like Not Enough Items?
October 9, 201213 yr Dont edit base classes... I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
October 9, 201213 yr Use ASM instead of editing the baseclass. I have no idea how you should go about this, as I have never worked with this before, but I'll leave that up to other people.
October 10, 201213 yr Author Hmm, I have made 2 GuiContainer classes: one with the original code, one with mine and now I'm viewing them in compare mode of BytecodeOutline (in ASMified code). However I have no clue what to do with it. Could someone please help me?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.