
Torches can be placed partially inside other blocks
WenXin20 opened this issue ยท 1 comments
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:
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.