Table of Contents

Class BlockBehaviorSneakPlacing

Namespace
Vintagestory.GameContent
Assembly
VSSurvivalMod.dll

Forces a block to only allow to be placed when the player is sneaking. Uses the code "SneakPlacing". This behavior has no properties.

[DocumentAsJson]
public class BlockBehaviorSneakPlacing : BlockBehavior
Inheritance
BlockBehaviorSneakPlacing

Examples

"behaviors": [
	{
		"name": "SneakPlacing"
	}
]