How to prevent snow layers from forming on a custom block?
I am creating a custom block for Minecraft Bedrock Edition and would like to ensure that snow layers cannot naturally generate or be placed on top of it. Is there a way to achieve this using the block's properties or behavior settings in the block definition file?
Any guidance would be appreciated!