Class BlockBehaviorReinforcable
- Namespace
- Vintagestory.GameContent
- Assembly
- VSSurvivalMod.dll
Allows a block to be reinforced, which protects against it being broken as quickly. Appropriate blocks are automatically given this behavior. This behavior is not added through the normal property, but instead a custom attribute. This behavior has no properties. You can add the "reinforcable" attribute to force an object to be reinforcable.
[DocumentAsJson]
public class BlockBehaviorReinforcable : BlockBehavior
- Inheritance
-
BlockBehaviorReinforcable
Examples
"attributes": {
"reinforcable": true
}