Table of Contents

Class BlockBehaviorSteaming

Namespace
Vintagestory.GameContent
Assembly
VSSurvivalMod.dll

Makes a block emit steam particles, and also marks some water blocks as 'boiling'. Uses the code "Steaming". This behavior has no properties.

[DocumentAsJson]
public class BlockBehaviorSteaming : BlockBehavior
Inheritance
BlockBehaviorSteaming

Examples

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