So far I have this:
on block damage:
if event-block is bedrock:
if player’s tool is diamond pickaxe:
wait 100 ticks
set event-block to air
drop bedrock
But I wanted to find out how to have the tool as a diamond pickaxe with the enchantments efficiency 69, infinity 420, and sharpness 5. Sorry btw, I’m not sure how to make the code above into the format it’s supposed to be in
on block damage:
if event-block is bedrock:
if player’s tool is diamond pickaxe:
wait 100 ticks
set event-block to air
drop bedrock
But I wanted to find out how to have the tool as a diamond pickaxe with the enchantments efficiency 69, infinity 420, and sharpness 5. Sorry btw, I’m not sure how to make the code above into the format it’s supposed to be in