Torch Slabs Mod

Torch Slabs Mod

10M Downloads

Torches can be placed partially inside other blocks

WenXin20 opened this issue ยท 1 comments

commented

Minecraft v1.14.4
Torch Slab v1.4

If there is a block above it, the torch can still be placed. A check probably needs to be added to make sure the block is air above it.
2020-02-08_21 56 52

commented

So I wasn't using a check for air because I thought there were a a number of instances were there could be none air blocks above the top torch such as:
2020-02-11_14 44 36
Anyway I ended up using a short hand by checking if the blocks bottom face was a none solid face, which created a number of inconsistency such as the one you pointed out. Current version has been updated to do a more robust check.