Translations:Modding:Creating Recipes/7/ru: Difference between revisions

From Vintage Story Wiki
(Created page with "который будет выглядеть так: <syntaxhighlight lang="json"> ingredientPattern: "P S S", width: 1, height: 3, </syntaxhighlight>")
 
(change separator (tab to comma))
 
Line 1: Line 1:
который будет выглядеть так:
который будет выглядеть так:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
ingredientPattern: "P S S",
ingredientPattern: "P,S,S",
width: 1,
width: 1,
height: 3,
height: 3,
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 15:17, 12 October 2020

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:Creating Recipes)
which would look like this:
<syntaxhighlight lang="json">
ingredientPattern: "P,S,S",
width: 1,
height: 3,
</syntaxhighlight>

который будет выглядеть так:

	ingredientPattern: "P,S,S",
	width: 1,
	height: 3,