Method 2 of 2: Building a Bedrock Smasher (Advanced/Java Edition Only) Place a block on top of the piece of bedrock you want to break. It can be any block.
Can you break bedrock in 1.16 with a pickaxe?
Bedrock has no “set” tool that you can mine it with, so even a 32k enchanted diamond pickaxe will still mine up at the speed of your hand, and the enchantment will have no effect.
What is the strongest block in Minecraft?
The strongest block in Minecraft is easily found by mining straight down. Bedrock, also known as Adminium, is unbreakable in normal game mode, preventing players digging too deeply and falling into The Void below.
How to make a tool break a block in Minecraft?
Nothing has really changed from my knowledge, the command to make a tool break a specific block is somewhat simple Just replace the [Name] section with your Minecraft username, or if you dont want it on a wooden pickaxe just replace it with any other tool (E.g: stone_pickaxe, iron_pickaxe, etc)
Is there an item that can only break certain blocks?
I know that I can make certain blocks only placeable on a specified block, but what is the command to give an item that can only BREAK certain blocks? This will give you an diamond pickaxe that can only break stone and stone bricks. This will only work in adventure mode. You add the tag Can destroy and then list the items you want destroyed.
Where do you put a block in Minecraft?
This will allow the player to only place the block on “stone” and “stone brick” To be more advanced you could run a testfor when the player breaks an item it could execute the command: Then when they break the block they would get the block, and have it able to be placed on specific blocks.
How can I use canplaceon and candestroy in Bedrock Edition?
How can I use CanPlaceOn and CanDestroy in Bedrock Edition? Java Edition has the CanPlaceOn and CanDestroy NBT tags, which are used to restrict the blocks an item can be placed on and destroy respectively (in adventure mode).