Table of Contents

Class BlockBehaviorCoverable

Namespace
Vintagestory.GameContent.Mechanics
Assembly
VSSurvivalMod.dll

Allows this block to be covered by cubic blocks or blocks with specific attributes. This behavior has no properties. Requires BlockEntityBehaviorCoverable. Defined with the "Coverable" code. Open in GitHub

[DocumentAsJson]
public class BlockBehaviorCoverable : BlockBehavior
Inheritance
BlockBehaviorCoverable

Examples

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