All data values of chains created using /setblock give the same chain (/setblock ~ ~ ~ chain <any number gives the same data type of block> ) /testforblock and /execute @s ~ ~ ~ detect chain. There should be data values for each block direction as well as waterlogged versions.
Attachments
Comments 11

In the beta and upcoming version you will be able to set the block orientation using a command like this:
/setblock ~3 ~ ~ chain ["pillar_axis": "z"]
In the beta and upcoming version you will be able to set the block orientation using a command like this:
/setblock ~3 ~ ~ chain ["pillar_axis": "z"]
In the beta and upcoming version you will be able to set the block orientation using a command like this:
/setblock ~3 ~ ~ chain ["pillar_axis": "z"]
We use that new syntax @Mega_Spud showed in the comment, but the problem here is that we cannot use that new syntax on
/execute detect or /testforblock
commands, so we can add to the world blocks using the new syntax, but we cannot test/check for them with specific arguments.
We use that new syntax @Mega_Spud showed in the comment, but the problem here is that we cannot use that new syntax on
/execute detect or /testforblock
commands, so we can add to the world blocks using the new syntax, but we cannot test/check for them with specific arguments.
@unknown: Please do not change the bug report to describe a different issue. If you have found a new issue, please create a new report for it.
@unknown: Please do not change the bug report to describe a different issue. If you have found a new issue, please create a new report for it.