Json block behaviors horizontalattachable: Difference between revisions

From Vintage Story Wiki
(Created page with "== Purpose == Block can only be attached horizontally. Used for: * Painting * Toolrack Requires <code>abstract/horizontalorientation</code>: <syntaxhighlight lang="json"> var...")
(No difference)

Revision as of 21:39, 25 March 2019

Purpose

Block can only be attached horizontally. Used for:

  • Painting
  • Toolrack

Requires abstract/horizontalorientation:

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

Properties

  • HandleDrops: Simply determines whether the drops for this block should be handled.