Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14: Stairs are facing the wrong direction in Book of Convenient Stairs

Closed this issue ยท 2 comments

commented
commented

Observation: The block fails to get rotated in:
GeometryUtils.rotateCoordinatesAroundYAxis(..) ->
BlockUtils.rotateBlockStateWithFacingProperty(..)

Solution:
Both the class StairsBlock and BlockStateProperties defined a FACING property for blocks.
The FACING propery StairsBlock is a redefinition of BlockStateProperties.HORIZONTAL_FACING.
Solution was to add support for rotation of blocks with the HORIZONTAL_FACING property in the rotateBlockStateWithFacingProperty() method.

commented

Closed with commit be1918d.