How do you make a block only be placed on a certain block bedrock?

1 Answer

  1. To change the block you want to place it on, just change the string inside the square brackets after {“blocks”:[“**this string here**”]}} .
  2. Adding more blocks: /give @p lever 1 0 {“can_place_on”:{“blocks”:[“gold_block”, “iron_block”]}}

What can you break in adventure mode?

Adventure mode is a game mode created by the Mojang team, and it was first introduced in Java Edition 1.3. 1 release. In adventure mode, players can only break blocks with the right tool. For example, a pickaxe cannot break a Log, a shovel cannot break stone blocks, and an axe cannot break Dirt.

Can destroy command bedrock edition?

In Minecraft Bedrock Edition v1. 2.10 you can give yourself an item or even use the replaceitem command to obtain an item containing the Can Destroy or Can Place On NBT values. These NBT values are useful for adventure maps so that players can destroy or place blocks in adventure mode.

How can I make a block only be placed on certain other blocks?

tag: The tag tag. – CanPlaceOn: Determines which blocks that blocks with this tag can be placed against in adventure mode. As the give command takes the Item’s tag tag as last parameter, you just have to drop your list of blocks in there : Or, in 1.13+:

Why do you need the canplaceon parameter in Minecraft?

If you want the player to be able to place a block on any block why would you need the canPlaceOne parameter? If you want the player to be able to place a block on any block why would you need the canPlaceOne parameter? Click to expand… Click to expand… Click to expand… Click to expand… Ok, but… Why did you not remove ‘minecraft:air’

How do you break blocks in Minecraft tag?

You can also extend the tag with commas, so you can select a group of blocks broken, and it will only break blocks in that group. To break grass, dirt, and leaves, it would look like this: The tag is starting to look pretty long, but luckily, we don’t need to do any more!

Is there a parameter to allow all blocks?

Is there a parameter/ that can be added to the canPlaceOn tag that allows the block to be placed on ANY block? If you want the player to be able to place a block on any block why would you need the canPlaceOne parameter? If you want the player to be able to place a block on any block why would you need the canPlaceOne parameter? Click to expand…

You Might Also Like