Table of Contents

Class BlockBehaviorMilkingContainer

Namespace
Vintagestory.GameContent
Assembly
VSSurvivalMod.dll

Allows a block to be used as a container for milking an entity. Must be on a block that has the "BlockLiquidContainerBase" class. Uses the code "MilkingContainer", and has no properties.

[DocumentAsJson]
public class BlockBehaviorMilkingContainer : BlockBehavior
Inheritance
BlockBehaviorMilkingContainer

Examples

"behaviors": [
	{
		"name": "MilkingContainer"
	}
]