Posted March 20, 201510 yr I'm using GameRegistry.findItem(String modid, String name); to get an item from an unlocalized name. But the problem is I need this to also find vanilla items too. But to do that I need to know if vanilla Minecraft has a modid. I could use Items.<an item> but that would take too much coding for what I'm doing. If Minecraft doesn't have a modid, could someone point me too something else to get an item from an unlocalized name?
March 20, 201510 yr Why do you need to use findItem? Just reference the Item object in the Items class. Don't make mods if you don't know Java. Check out my website: http://shadowfacts.net Developer of many mods
March 20, 201510 yr I could do that for vanila, but I need to be able to find items from others mods too.
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.