Nowhere does the game save a double chest block state (not even read only like glass pane directions).
Possible block state | values | Description |
Type | Single | This is a single chest |
Left | This is the left side of the double chest | |
Right | Right side of the double chest |
Linked issues
Comments 6
Preferebly not, it's still a chest, as the block just changes in state, the only 3 block that do this is repeaters ((un)powered) and (flowing) water/lava.
and adding a new block would still require addition of above block states and facing, meaning it takes even more space.
Double chest has chest states including North,West,East and South but to fix it to not have chest states but have it's own states which is probably the best option for this would be to change double chest from chest side-option to double_chest
Block states are meant to show a different state of a block, a chest being connected is a state of the chest, as such it shouldn't be it's own block.
Can confirm except should be fixed by creating minecraft:double_chest. Surely?