All translations
From Vintage Story Wiki
Enter a message name below to show all available translations.
Found 3 translations.
Name | Current message text |
---|---|
h English (en) | In order to specify the shape by type we need to remove the property <code>shape</code> and replace it with <code>shapebytype</code>: <syntaxhighlight lang="json"> "shapebytype": { "*-good": { "base": "block/myshinymodel1", }, "*-used": { "base": "block/myshinymodel", }, }, </syntaxhighlight> |
h Spanish (es) | Para especificar la forma por tipo tenemos que eliminar la propiedad <code>shape</code> y sustituirla por <code>shapebytype</code>: <syntaxhighlight lang="json"> shapebytype: { "*-bien": { base: "block/mimodelobrillante1", }, "*-usado": { base: "block/mimodelobrillante", }, }, </syntaxhighlight> |
h Russian (ru) | Чтобы указать форму по типу, нам нужно удалить свойство <code>shape</code> и заменить его на <code>shapebytype</code>: <syntaxhighlight lang="json"> "shapebytype": { "*-good": { "base": "block/myshinymodel1", }, "*-used": { "base": "block/myshinymodel", }, }, </syntaxhighlight> |