When shelves are forcibly placed using the /setblock
command (or with a debug stick) to form a connected group of more than 3 shelves, interacting with any shelf from the second one from the right to the leftmost will cause the game to crash.
Attachments
Comments 5
Can confirm. Here is a way to create the shelves:
Face south.
Use the following commands:
/fill ~ ~ ~1 ~-3 ~ ~1 redstone_block
/setblock ~ ~ ~ minecraft:oak_shelf[side_chain=left,powered=true]
/setblock ~-1 ~ ~ minecraft:oak_shelf[side_chain=center,powered=true]
/setblock ~-2 ~ ~ minecraft:oak_shelf[side_chain=center,powered=true]
/setblock ~-3 ~ ~ minecraft:oak_shelf[side_chain=right,powered=true]
Can confirm, I ran into this issue while using the Debug Stick