I was messing around with the /summon command when I used:
/summon FallingSand ~ ~ ~ {Tile:323}
so I could make a falling sign but when I did it, it spawned cobblestone stairs instead. so I got the Cobblestone stairs id and spawned it using:
/summon FallingSand ~ ~ ~ {Tile:68}
and it spawned a falling sign.
This means that those 2 id's have been flipped using this command.
Edit: there is no id with 68, cobblestone stairs are 67 but still this is a bug
Linked issues
Attachments
Comments 5
Tile 68 is WallSign. Also falling sand can only be used with block ids not item ids. Any id number above 255 is an item not a block. So you shouldn't have tried 323. 323 - 256 = 67. I assume that's how the game copes with numbers above 255. So that's why you got stairs.
See last comment in MC-53977
Cannot reproduce or confirm.