Jump to content

Help please: Converting my mod to a forge mod


iguanaman

Recommended Posts

I currently have a mod that modifies base classes to do what it does.  I would like to convert this to Forge mod, if possible, so end users wouldn't need to further modify the Minecraft JAR.

 

Here are the things my mod does via base class editing;

  • max stack size depends on hunger value of food
  • bonemeal doesn't fertilize crops
  • crops only grow during daytime (not in torchlight)
  • eating speed depends on food value
  • tooltips on food
  • walking / swimming triple exhaustion
  • crops take twice as long to grow
  • hunger depletes faster
  • low hunger gives negative effects
  • low health gives negative effects
  • heal heals slower
  • Modifies the hunger/saturation value of vanilla foods

Are these modifications possible without modifying base classes?  If so, would some one be so kind as to point me in the right direction with regard to hooks I can use, etc.

Link to comment
Share on other sites

Yep, Reflection and/or ASM will be the best way to do most of what you mentioned there. Reflection can take care of some of the simpler changes, but if you need to significantly mess around in the vanilla code as it loads, ASM is the best (and most complicated, unfortunately) way to take care of that without actually modifying a line of the base classes.

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.