Translations:Modding:Basic Block/65/es

From Vintage Story Wiki
Revision as of 19:58, 14 June 2023 by Eleli (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Para especificar la forma por tipo tenemos que eliminar la propiedad shape y sustituirla por shapebytype:

	shapebytype: {
		"*-bien": {
			base: "block/mimodelobrillante1",
		},
		"*-usado": {
			base: "block/mimodelobrillante",
		},
	},