I want to make multiple blocks be placed in a /fill command in Minecraft
So, I dont know how to have multiple blocks placed in one fill command, without doing /summon Fallingsand {} and so on. I guess I could just look at a command that does it.
Best Answer
Fill commands only has one parameter to specify what to fill with:
fill <x1> <y1> <z1> <x2> <y2> <z2> <TileName> [dataValue] [oldBlockHandling] [dataTag]
where <TileName> [dataValue] ... [dataTag] define the block. You can specify block's data value and NBT parameters to choose block subtype (slab material, orientation, glass color, etc.), but it is impossible to fill one volume with two different blocks. (How would the game decide between them for each block in the volume, anyway?)
Pictures about "I want to make multiple blocks be placed in a /fill command in Minecraft"



How do you place multiple blocks at once in Minecraft?
Show activity on this post. Do /fill then both of your coordinates, 50 wood, 50 stone or any other block. It will be random but both of the blocks will be placed.Using Commands in Minecraft: How to Use /setblock \u0026 /fill to Alter Terrain! | 1.11.2
More answers regarding i want to make multiple blocks be placed in a /fill command in Minecraft
Answer 2
It is not possible to do it with /fill but you can do it by using this:
/summon FallingSand {Block:iron_block,Time:1,Passengers:[{id:FallingSand,Block:redstone_block,Time:1,Passengers:[{id:FallingSand,Block:activator_rail,Time:1,Passengers:[{id:FallingSand,Block:MinecartCommandBlock,Command:{setblock ~2 ~ ~ dirt}}]}]}]}
Or look at this if you want something more professional.
Please keep in mind that I am typing this off of memory, don't tell me off if anything is wrong, just say what is wrong in the comments, and I will fix it.
Answer 3
Do /fill then both of your coordinates, 50 wood, 50 stone or any other block. It will be random but both of the blocks will be placed.
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: Pixabay, Yan Krukov, Plato Terentev, Plato Terentev
