Jump to content

SOLVED [1.7.10] How to make recipes that require items from other mods


Billeh007

Recommended Posts

Hi, I'm super new to modding, and I was wondering if someone could explain how I would make a recipe using items from a different mod. I know how to detect whether or not a mod is loaded already, and I also know how to create a recipe and all the other basic setup required, but I don't even know where to start with using other mod items in my recipe. Also, to do this would I have to put the mod into my workspace? And if yes, how would I do this?

Link to comment
Share on other sites

Option 1:

Use other mod's API to get the items

 

Option B:

Use the

GameRegistry.findBlock

and

GameRegistry.findItem

methods

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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