- May 3, 2017
- 1,587
- 4,806
Hello. This is my first command that I made which is not a basic command. It’s a whole machine in one command. What the purpose does is it crushes blocks and you can collect them. The main reasons you want this is that you can break bedrock! The command is: execute @e[type=hopper_minecart] ~ ~ ~ detect ~ ~ ~ rail 0 execute @e[type=hopper_minecart] ~ ~ ~ detect ~ ~-1 ~ iron_block 0 execute @e[type=hopper_minecart] ~ ~ ~ detect ~ ~-2 ~ piston 0 execute @e[type=hopper_minecart] ~ ~ ~ fill ~ ~-3 ~ ~ ~-3 ~ air 0 destroy
Last edited: