Posted August 27, 201510 yr How can I give only me a Dev item. How can I call it so its only searching for my name and no one else unless specified.
August 27, 201510 yr What? 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.
August 27, 201510 yr Author I want to make a recipe for a certain player like my self that I can craft a Dev item. like if playername = waffle then recipe is.....
August 27, 201510 yr This is possible with some limitations and hacks, but it's not all that simple since IRecipe has no direct access to the player crafting it. Do you really a need a dev-only item? Is creative-only not enough? Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
August 28, 201510 yr you could call an event handler when an item is crafted and if a certain recipe is crafted and the player name is the right one, then output a second item in addition (you dev item)
August 28, 201510 yr all so complicated.. just use this http://www.minecraftforge.net/forum/index.php/topic,23133.0.html
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.