Translations:Modding:Basic Block/65/en
From Vintage Story Wiki
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",
},
},