Started by
XillerX30
on
Topic category: Help with MCreator software
I'm trying to create a one-time use item for my first-ever mod.
I added
on use potion effect speed
on use potion effect Jump boost
on use consume item (the item)
I go into creative mode, get the item and use it. I get jump boost and speed, but the item remains. this also happens in survival when I tried it.
Help plz
what version is this
in the procedure you just have to add:
[remove (amount) (item) from provided players inventory] block
that should work otherwise i have no idea