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
I actually got this idea from a map. But I made it into a single command. Here is how you build it. Top layer: Minecart with hopper riding on rails Middle layer: Iron block Bottom: Piston facing down (make sure it’s normal, not sticky)