
Block Type HorizontalDirectional && Directional Doesn't work
QikaHome opened this issue ยท 0 comments
A block of type HorizontalDirectional or Directional does not contain attributes by default.
Even if I manually add the "facing" attribute, it doesn't work. (Doesn't automaticlly change its direction by player's direction)
That's because neither class Flex*Block nor their parents defines method getStateForPlacement.
May you fix it? or I will fix it by my self and open a new PR.