Posted August 17, 201510 yr Hello, is it possible to make a crafting recipe that requires a certain player's head? Like if you wanted to create a special type of block, it'd require Notch's player head. If you could include the exact code to do so, that'd be extremely appreciated. Thanks.
August 17, 201510 yr The owner of the skull is stored in the NBT, but vanilla recipes ignore the NBT of ingredients. You'd need to make your own recipe class that implements IRecipe and checks the NBT of the ingredients in addition to the Item and metadata. 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.
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.