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. Open in GitHub

[DocumentAsJson]
public class BlockBehaviorDropNotSnowCovered : BlockBehavior
Inheritance
BlockBehaviorDropNotSnowCovered

Examples

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