Translations:Modding:Basic Block/58/ru: Difference between revisions

From Vintage Story Wiki
(Created page with "Поэтому мы изменим drawtype с <code>cube</code> на <code>json</code>: <syntaxhighlight lang="json"> drawtype: "json", </syntaxhighlight>")
 
No edit summary
 
Line 1: Line 1:
Поэтому мы изменим drawtype с <code>cube</code> на <code>json</code>:
Поэтому мы изменим drawtype с <code>cube</code> на <code>json</code>:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
drawtype: "json",
"drawtype": "json",
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 13:41, 16 January 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Modding:Basic Block)
Therefore we will change the drawtype from <code>cube</code> to <code>json</code>:
<syntaxhighlight lang="json">
"drawtype": "json",
</syntaxhighlight>

Поэтому мы изменим drawtype с cube на json:

	"drawtype": "json",