Table of Contents

Class BlockBehaviorCanIgnite

Namespace
Vintagestory.GameContent
Assembly
VSSurvivalMod.dll

Used if the attached block can ignite other blocks with Shift + Right Click. This behavior uses the code "CanIgnite", and has no properties.

[DocumentAsJson]
public class BlockBehaviorCanIgnite : BlockBehavior
Inheritance
BlockBehaviorCanIgnite

Examples

"behaviorsbyType": {
	"*-lit-*": [ { "name": "CanIgnite" } ]
}