Started by
Rolling dice
on
Topic category: Help with Minecraft modding (Java Edition)
I'm creating a crafting gui, when I press a button I want the procedure to check if the player has 32 diamonds in the inventory and remove them, how should I do this?
you can simply use the procedure template "get number of items in entity's inventory"
Thanks a lot, I completely forgot about procedure templates.
You're welcome