Translations:Modding:Basic Block/65/es

From Vintage Story Wiki
Revision as of 19:56, 14 June 2023 by Eleli (talk | contribs)

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

	shapebytype: {
		"*-good": {
			base: "block/mimodelobrillante1",
		},
		"*-used": {
			base: "block/mimodelobrillante",
		},
	},