Json block behaviors HorizontalUpDownOrientable: Difference between revisions

From Vintage Story Wiki
(Created page with "== Purpose == Used for: * angledgearbox Requires <code>abstract/verticalorientation</code> and <code>abstract/horizontalorientation</code>: <syntaxhighlight lang="json"> var...")
(No difference)

Revision as of 15:40, 27 March 2019

Purpose

Used for:

  • angledgearbox

Requires abstract/verticalorientation and abstract/horizontalorientation:

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