Table of Contents

Class BlockBehaviorDropNotSnowCovered

Namespace
Vintagestory.GameContent
Assembly
VSSurvivalMod.dll

Drops the non-snow-covered block, when the snow covered version one is destroyed. This behavior uses the "DropNotSnowCovered" code, and has no properties.

[DocumentAsJson]
public class BlockBehaviorDropNotSnowCovered : BlockBehavior
Inheritance
BlockBehaviorDropNotSnowCovered

Examples

"behaviors": [
	{
		"name": "DropNotSnowCovered"
	}
],