Started by
gerbillover
on
Topic category: Help with MCreator software
I'm trying to make a custom crafting GUI for my new mod. The problem is, I cannot have crafting recipes involving more than one of the same item because hasPlayerInInventory doesn't seem to support multiple of the same item, for example testing if the player has 10 stone. Is there a way around this, or do I have to use different code?
Make a buttom with a stack event and add "Consume Item in inventory" so many times you'll need it, and then "Add Item to Inventory". Then add this complete stack event as an event for the button.
Don't worry, I just spent a few minutes looking through some other topics on this and have pieced together the code. Thanks for the help though.
@#2 No problem :)
i have the same problem pls update it