Class BlockBehaviorGroundUnplaceable
- Namespace
- Vintagestory.GameContent
- Assembly
- VSSurvivalMod.dll
Disallows standard placement for this block on up faces only. If a previous listed behavior allows a special placement method (see Vintagestory.GameContent.CollectibleBehaviorGroundStorable), then that method will be allowed. Uses the "unplaceable" code. This behavior has no properties. Open in GitHub
[DocumentAsJson]
public class BlockBehaviorGroundUnplaceable : BlockBehavior
- Inheritance
-
BlockBehaviorGroundUnplaceable
Examples
"behaviors": [
{
"name": "GroundUnplaceable"
}
]