About 83,000 results
Open links in new tab
  1. How can I replace all blocks of one type with a different type of …

    20 I'd like to be able to select a region, either with an outside graphical utility or command line, or with native Minecraft commands, and be able to replace all blocks of one block type with …

  2. minecraft java edition minecraft commands - How do I replace …

    Jan 3, 2021 · 1 Basically I need a command that as I move it replaces all of one type of block. when I search up commands like this it always fails because I am in 1.16.4 and the commands …

  3. minecraft java edition minecraft commands - How do I replace …

    4 This question already has answers here: How can I replace all blocks of one type with a different type of block, within a certain region? (4 answers)

  4. how do i: use /fill command to replace a block type ... - Minecraft …

    Dec 7, 2015 · 2 problems. First of all, your arguments are in the wrong order. The block it fills goes first, and the block that gets replaced by it goes second. Second problem is that you …

  5. minecraft java edition - Command to replace all blocks of one

    Jun 21, 2017 · the first block takes the block you want to have (use air to simply remove blocks) the second block is the one you want to be replaced with the first one replace is the magic part …

  6. How to change a certain block with air? - Arqade

    Aug 29, 2016 · 2 I want to get rid of all one type of block in Minecraft 1.10.2. I saw online that /fill [X1] [Y1] [Z1] [X2] [Y2] [Z2] air replace [Block To Remove] is supposed to do the trick, but …

  7. minecraft java edition minecraft commands - How to replace …

    Jun 2, 2020 · My command looks like this: /fill ~10 ~-1 ~10 ~-10 ~-21 ~10 minecraft:glass replace minecraft:water Is there any way to replace multiple blocks at once with /fill or /clone? I would …

  8. /fill command replace and destroy - Minecraft Forum

    Jul 9, 2019 · Is there a way to combine the destroy and replace prefix in the fill command? aka can you replace a certain block in an area and have them drop their loot_t...

  9. How can I replace blocks with air in Minecraft BE? - Arqade

    Jul 30, 2021 · I filled up a house with light_block in minecraft-bedrock-edition and I need to replace them with air. Is there any possible command to do that? Note: I'm not against using a …

  10. /execute block within a certain radius - Minecraft Forum

    Jul 29, 2019 · /execute if block <x> <y> <z> diamond_block run <command> or you can remove the "run <command>" part to get a comparator output from the command block. Also, you …