Modding:HorizontalOrientable behavior
From Vintage Story Wiki
Purpose
Block can be rotated horizontally. Used for:
- Workbench
- Ladder
- Echochamber
- Chest
- Stove
- Altar
- Windmillrotor
- Bellows
Requires abstract/horizontalorientation
:
variantgroups: [
{ code:"side", loadFromProperties: "abstract/horizontalorientation" }
],
Properties
dropBlockFace
: Determines which direction the block drop face is done.
dropBlock
: Determines which block to drop.
Wondering where some links have gone?
The modding navbox is going through some changes! Check out Navigation Box Updates for more info and help finding specific pages.
Modding | |
---|---|
Modding Introduction | Getting Started • Theme Pack |
Content Modding | Content Mods • Developing a Content Mod • Basic Tutorials • Intermediate Tutorials • Advanced Tutorials • Content Mod Concepts |
Code Modding | Code Mods • Setting up your Development Environment |
Property Overview | Item • Entity • Entity Behaviors • Block • Block Behaviors • Block Classes • Block Entities • Block Entity Behaviors • Collectible Behaviors • World properties |
Workflows & Infrastructure | Modding Efficiency Tips • Mod-engine compatibility • Mod Extensibility • VS Engine |
Additional Resources | Community Resources • Modding API Updates • Programming Languages • List of server commands • List of client commands • Client startup parameters • Server startup parameters Example Mods • API Docs • GitHub Repository |