Add Will Suffocate if Can Walk Through option to block creation menu

Published by mario2582 on
Status
Resolved
Issue description

Add a Will Suffocate if Can Walk Through checkbox to the block creation menu. This would make it so non solid blocks with the "Can Walk Through" Option selected will bring up the air bubble counter and start to suffocate any player / entity who's head is within collision of them.

Also add a checkbox that can tell the game to Enable or not enable the Black Screen Overlay that shows up if you have sand or gravel fall on you and bury you in game.

This stuff i am asking for CAN'T be done with current procedures easily since no procedure exists in game to bring up the air bubble counter, and detecting collision with entities / mobs heads is very difficult due to the huge amount of mobs having various sized collision boxes.

Issue comments

"Can Walk Through" Option selected will bring up the air bubble counter and start to suffocate any player / entity who's head is within collision of them.

This logic is controlled by the player's tick logic and can not be altered, unfortunately.