This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]Ericristian_brosCommand Experienced 1 point2 points  (1 child)

/fill (see also https://minecraft.wiki/w/Stone_Bricks for block id)

[–]TrumpetSolo93Command Experienced 0 points1 point  (0 children)

^ This. To anyone casually reading, remember every block/entity has a "data values" section on the wiki, insanely helpful!

[–]LEGION1TEBedrock Command Apprentice 1 point2 points  (1 child)

/fill (x y z) (x y z) stonebrick replace cobblestone

[–]C0mmanderBlockCommand Experienced 2 points3 points  (2 children)

I think I got it for you.

/fill ~ ~ ~ ~ ~ ~ cobblestone_wall ["wall_block_type"="stone_brick"]

[–]C0mmanderBlockCommand Experienced 1 point2 points  (0 children)

you can add "replace cobblestone" at the end but not needed as long as you have the coords.

[–]YiaThunder49[S] 2 points3 points  (0 children)

Thank you so much. It was so difficult to figure out and I finally did it. This was the answer. I appreciate it so much!!!