So I am trying to make it when lets say
you break a lapis block with a pickaxe with any level of fortune
it will just drop one lapis block I have tried
cancel event
if player's tool is a pickaxe of fortune:
set event-block to air
clear drops
drop lapis block
else:
set event-block to air```
---------------------
And copied and pasted it but changing fortune
to fortune 2:
etc but when I do fortune 4 or higher
it doesnt do it.
All I am asking is if a pickaxe has fortune on it
and they mine a lapis block it will drop only 1 lapis block
but if the pickaxe has 0 fortune then it does not drop a thing.