Translations:Modding:Basic Block/65/en

From Vintage Story Wiki
Revision as of 14:09, 25 September 2023 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In order to specify the shape by type we need to remove the property shape and replace it with shapebytype:

	"shapebytype": {
		"*-good": {
			"base": "block/myshinymodel1",
		},
		"*-used": {
			"base": "block/myshinymodel",
		},
	},