Minecraft – cant summon mossy stone brick

minecraft-commandsminecraft-java-edition

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?

Best 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.