Started by
filval387
on
Topic category: Help with Minecraft modding (Java Edition)
(Executed from when item right clicked in air)
Here, I want to delete the Item the player has when they use it, however, when I tried, the item stays there.
I had this problem with my mod but fixed it by placing a (Do If) block, then place at (If) a (Has Event/target entity in inventory [item]) block, then at (Do) place the block of whatever action you want it to complete then a (Remove 1 [Same item] from main inventory) block. I know that was really confusing and I explained it bad, but I hope it helps. If I could figure out how to place an image here I would.