Posted September 21, 201312 yr Hey there, I am using the class transformer to patch a core method in RendererLivingEntity. I currently do this as below: @Override public byte[] transform(String arg0, String arg1, byte[] arg2) { if (arg0.contains("bhb")) { return patchClassASM(arg0, arg2, true); } return arg2; } Ideally I would like this mod to remain compatible between updates - Is there any way I can patch a deobfuscated / srg version?
September 21, 201312 yr No, but you do have access to FML's deobfusication data. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
September 22, 201312 yr Author So I could use that to find out the obfuscated names? Could you give me a snippet I could work from to use this data?
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.