Started by
DJC1289
on
Topic category: Help with MCreator software
I'm trying to make a tool that will clear blocks
Basically I have it setup so you right click on the first block and it records the xyz position, then right click on another block and it destroys every block between them then resets the 'first block'
the problem is it runs through the whole 'do else' statement on the first click
pic included of the beginning of my code
https://imgur.com/a/Bdmk3AY
theres the image
I think if you do 2 separate if do blocks it should work