Started by
GhostlyBlob
on
Topic category: Help with Minecraft modding (Java Edition)
So basically I need help with making an item give you items what, the item is a bag that gives healing items like potions, totems of undying, and etc I want to know how I can make it so when you right click the bag it will give you an healing item then the bag will go on a cooldown and I don't know how to do this which is why I've come here for help
for your custom item, in the triggers tab use the on right click (air) not block, then there is a cooldown block you can use. For the items you can just make it spawn dropped items of your choice. and make sure that before all that, use an IF statement for when the provided itemstack is not on cooldown.