Jump to content

AlexCubed

Members
  • Posts

    1
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

AlexCubed's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hi, I'm sorta new to Minecraft modding but am learning the best I can. My issue is I want to check if an item exists(from other mods), and then if it does to add recipes for it. If it doesn't then it should skip adding the recipes. I've tried what I can but even if I nestle the registerRecipes command under some if statement, it gets checked and Minecraft crashes saying the item doesn't exist. In pseudo code I'm looking for this, but without crashing the game if the items don't exist. If item exists { registerRecipes involving item } else Don't crash Can anyone point me in the right direction? I've been Googling and looking at http://linode.narc.ro/forge-javadoc/ for an hour trying to find something to help. I remember finding something a few days ago that checks for items, probably should have bookmarked it.
×
×
  • Create New...

Important Information

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