#how do i make it so on break of stone its sets it to bedrock then 3 seconds later it goes back to st
1 messages · Page 1 of 1 (latest)
Make it go back to stone
In 3 seconds
on block break:
if block stone:
set block bedrock
wait 3 second
set block stone
done
did it work
btw this doesnt work
i just tell you how you can do it