
How can I replace all blocks of one type with a different type of block ...
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 another type, …
How do I place top slabs using the /fill command? - Arqade
Feb 27, 2022 · 10 I need to place hundreds of blocks and I do that easily with the fill command. But, I can't seem to fill an area with top slabs. I tried /fill x1 y1 z1 x2 y2 z2 minecraft:stone_slab then I get …
How to build wall with Minecraft fill command and caret notation?
Jun 11, 2020 · I would like to build a 10 x 20 wall (10 blocks long, 20 blocks high) in front of the user's player. I tried to use the following command - fill ^0 ^1 ^1 ^1 ^20 ^10 stone But in result, I get '...
How do I replace blocks around me as I move? - Arqade
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 are outdated. …
How to replace multiple blocks with /fill - Arqade
Jun 2, 2020 · Instead of manually scooping it up, i am using the command /fill. There are a lot of waterlogged blocks such as kelp and seagrass that i also want to remove. My command looks like …
How do I /fill blocks in a certain direction in Minecraft 1.16?
Jun 4, 2021 · So I type this command: fill 1994 143 1972 dispenser{Facing:west,Items:[{id:"arrow",Count:64b,Slot:0b}],} The result looks like: The dispensers …
minecraft java edition - how do you use /fill command - Arqade
Nov 22, 2015 · I would like to know how to use the /fill command to reset my spleef arena. the corners are located at (536.464 17.00000 157.521) and (509.405 17.00000 184.541)
Execute fill command relative to player - Arqade
Jun 16, 2020 · How can I execute the fill command relative to the player? If you are wondering why I am asking this, and for more information, reference my earlier question here: How to make a block …
Why is the "/fill . . . replace" command not working in ... - Arqade
Mar 27, 2023 · Command functions tend to change in Minecraft versions. I'm not really sure how we can properly answer why, except that the developers deem it necessary for whatever reason: …
How do I fill a 90 by 90 square using Minecraft commands?
Dec 24, 2018 · You use /fill works by giving it two x y z locations, which correspond to the two opposite corners of a cuboid. If you are standing in the center of the place you want to make a floor, the …