Modding:Basic Block/ru: Difference between revisions

From Vintage Story Wiki
Created page with "и shape на <code>myshinymodel</code> <syntaxhighlight lang="json"> shape: { base: "block/myshinymodel" }, </syntaxhighlight>"
(Created page with "Поэтому мы изменим drawtype с <code>cube</code> на <code>json</code>: <syntaxhighlight lang="json"> drawtype: "json", </syntaxhighlight>")
(Created page with "и shape на <code>myshinymodel</code> <syntaxhighlight lang="json"> shape: { base: "block/myshinymodel" }, </syntaxhighlight>")
Line 223: Line 223:
</syntaxhighlight>
</syntaxhighlight>


and the shape to <code>myshinymodel</code>
и shape на <code>myshinymodel</code>
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
shape: { base: "block/myshinymodel" },
shape: { base: "block/myshinymodel" },