FramedBlocks

FramedBlocks

45M Downloads

[Feature]: Create a trapdoor/stair block

Sinsei33 opened this issue ยท 1 comments

commented

Describe the feature

image

No idea if it is already possible in a way (didnt find it yet), but stairs with a trapdoor on top would be great. Possibly both being able to have different blocks. So you can hide your stairs below trapdoors that are at ground level.

commented

This is unfortunately not possible as the entire system used for double blocks is based on the assumption that the two components don't overlap. That assumption would be violated by such a block and would cause z-fighting on the four faces where the trapdoor and the stairs intersect.