add If neighboring block from anyside of block at xyz equals procedure

Status
Resolved
Issue description

add a If neighboring block from anyside of block at xyz equals procedure

basically it checks if the neighbor block on any side of a block at xyz is the block specified for the procedure

for example if you set it to check if any of the neighboring blocks of stone was air it would return true if triggered properly.

Issue comments

Use combination of if statements for this. Compound procedure blocks are avoided if they can be assembled. You can make a template or a plugin for this set of blocks, though.