Json block behaviors HorizontalUpDownOrientable

From Vintage Story Wiki
Revision as of 15:40, 27 March 2019 by Tatazaki (talk | contribs) (Created page with "== Purpose == Used for: * angledgearbox Requires <code>abstract/verticalorientation</code> and <code>abstract/horizontalorientation</code>: <syntaxhighlight lang="json"> var...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Purpose

Used for:

  • angledgearbox

Requires abstract/verticalorientation and abstract/horizontalorientation:

	variantgroups: [
		{ loadFromProperties: "abstract/verticalorientation" },
		{ loadFromProperties: "abstract/horizontalorientation" }
	],