Translations:Modding:Basic Block/65/es: Difference between revisions
From Vintage Story Wiki
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
<syntaxhighlight lang="json"> | <syntaxhighlight lang="json"> | ||
shapebytype: { | shapebytype: { | ||
"*- | "*-bien": { | ||
base: "block/mimodelobrillante1", | base: "block/mimodelobrillante1", | ||
}, | }, | ||
"*- | "*-usado": { | ||
base: "block/mimodelobrillante", | base: "block/mimodelobrillante", | ||
}, | }, | ||
}, | }, | ||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 19:58, 14 June 2023
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",
},
},