Rystic / clay

A small game I'm making with LWJGL.
0 stars 0 forks source link

Non-support blocks shouldn't be able to be built underneath other blocks. #11

Closed Rystic closed 10 years ago

Rystic commented 10 years ago

Non-support blocks (such as crucibles) can be built underneath other blocks. Since non-support blocks having blocks above them is invalid, this needs to be fixed. This could be tricky in the case of multi-tile non-support structures, such as Obelisks, which are technically allowed to have blocks above the base tile since their construction calls for it.