Class BlockBehaviorRainDrip
- Namespace
- Vintagestory.GameContent
- Assembly
- VSSurvivalMod.dll
Makes a block emit rain particles during or after rainy weather. Uses the "RainDrip" code. This behavior has no properties.
[DocumentAsJson]
public class BlockBehaviorRainDrip : BlockBehavior
- Inheritance
-
BlockBehaviorRainDrip
Examples
"behaviors": [
{ "name": "RainDrip" },
]