M BUZZ CRAZE NEWS
// updates

Can't summon mossy stone bricks

By Jessica Wood

I'm using Minecraft 1.11 and am having trouble summoning a mossy stone brick. I am using /setblock and can summon a normal stone block, but not mossy. I have tried mossy_stoneblock, stoneblock:1, stoneblock1 and much more. It just won't happen for me.
Can anyone help?

1 Answer

/setblock syntax:

/setblock X Y Z <block ID> [metadata] [oldBlockHandling] {NBT}

You must separate the block ID and metadata value. The correct ID is minecraft:stonebrick with a metadata value of 1:

/setblock ~ ~1 ~ minecraft:stonebrick 1

You can find a list of all block IDs here.