[Feature]: Vertical Stairs Corner
Charismara opened this issue ยท 2 comments
Adding this is a huge pain in the backside and unfortunately not possible at the moment because it can break existing builds using this block.
I will keep it in mind for the MC 1.20 update though, since that allows me to make changes that break worlds.
However, there is a way to achieve this effect in the current version with the use of state-locking:
- Replace the bottom vertical stairs with normal stairs
- Place an additional stairs block in front of that to achieve the shape you want
- Click the corner stairs with the Framed Key to lock its state
- Remove the additional stairs block
- The corner stairs block will keep the corner shape
I've decided against this for the time being as this can be achieved with pure vanilla behaviour (doesn't even require the locking mechanic mentioned above) by placing the stairs block that should form the corner at 90 degrees (counterclockwise in your example) to the straight one.