Modding:HorizontalOrientable behavior

From Vintage Story Wiki
Revision as of 22:20, 25 March 2019 by Tatazaki (talk | contribs)

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.

Icon Sign.png

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.