Minecraft – How to make an automatic cobblestone breaker

minecraft-java-editionminecraft-redstone

Is there a way to break blocks with a redstone/piston system and then pick them up with a hopper in vanilla Minecraft. I want to make an automatic cobblestone breaker.

I know that I can break sand, I want to know how to break stone.

Best Answer

You can use command blocks. Place a redstone torch under the block you want to break and a command block above. Then, the command is:

/setblock ~ ~-1 ~ minecraft:air 0 destroy

Other than that, there is no vanilla way. (this is also not very vanilla)

To pick it up by a hopper place the torch on a wall under it and place the hopper at least 2 blocks under the cobble to make sure that you don't power the hopper