Table of Contents

Class BlockBehaviorBreakSnowFirst

Namespace
Vintagestory.GameContent
Assembly
VSSurvivalMod.dll

A simple block behavior that breaks a snow cover first, before breaking the block. Uses the code "BreakSnowFirst". This behavior has no properties.

[DocumentAsJson]
public class BlockBehaviorBreakSnowFirst : BlockBehavior
Inheritance
BlockBehaviorBreakSnowFirst

Examples

"behaviorsByType": {
	"*-snow": [ { "name": "BreakSnowFirst" } ]
}