KriszDev Posted February 18, 2016 Share Posted February 18, 2016 Hello everyone. I have an item let's call it PowerDrill and I want to craft it with a battery item to charge it (change a specific field in NBT and give both back). I have the charge level stored in both item's NBT. How can I make it possible to change their NBT when they are placed in a crafting grid? Thanks for any reply. Quote Link to comment Share on other sites More sharing options...
Failender Posted February 18, 2016 Share Posted February 18, 2016 create ur own implementation of IRecipe and in getCraftingResult add the needed NBT to the stack before returning it Quote Link to comment Share on other sites More sharing options...
KriszDev Posted February 18, 2016 Author Share Posted February 18, 2016 create ur own implementation of IRecipe and in getCraftingResult add the needed NBT to the stack before returning it Many many thanks. What does getRecipeSize() do? When do I have to change it if I have a shapeless recipe? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.