In Bedrock, there should be a way to sense if a neighbouring block is air using molang.
For example, in a block event condition, you could make it only call the event if the block above is air.
Perhaps `query.block_neighbor_is_air(0, 1, 0)`?
This would be quite useful for creating custom double tall plants.
Please sign in to leave a comment.
0 Comments