Table of Contents

Class BlockBehaviorUnplaceable

Namespace
Vintagestory.GameContent
Assembly
VSSurvivalMod.dll

Disallows standard placement for this block. If a previous listed behavior allows a special placement method (see CollectibleBehaviorGroundStorable), then that method will be allowed. Uses the "unplaceable" code. This behavior has no properties.

[DocumentAsJson]
public class BlockBehaviorUnplaceable : BlockBehavior
Inheritance
BlockBehaviorUnplaceable

Examples

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