Jump to content

[1.7.10] Can my mod have an IClassTransformer inside it or do I need another mod


kauan99

Recommended Posts

I really need to patch getMaxLevel() of some of the subclasses of Enchantment class. I'm trying to learn this ASM thing, but this is hell (I wish we had a wrapper to be able to write stuff in plain java, something like ASMHelper.replaceMethod(SomeMinecraftClass.class, "methodName", methodBody), where method body would be a String written in java.)

 

Can I have my IFMLLoadingPlugin and my IClassTransformer implementations inside my normal mod or do I need a separate mod that will be treated specially by FML?

WIP mods: easyautomation, easyenergy, easyelectronics, easymoney, easytrasportation, easysecurity, easymultiverse, easyfactions, easymagick, easyalchemy, easyseasons

Link to comment
Share on other sites

I found a way around it and I don't need to transform the classes anymore, but I still wish to know if the implementations of class transformers need a separate mod or just some kind of registration.

 

In case I ever need to transform a class.

WIP mods: easyautomation, easyenergy, easyelectronics, easymoney, easytrasportation, easysecurity, easymultiverse, easyfactions, easymagick, easyalchemy, easyseasons

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.