Modding:Creating Recipes/ru: Difference between revisions

From Vintage Story Wiki
(Created page with "который будет выглядеть так: <syntaxhighlight lang="json"> ingredientPattern: "P S S", width: 1, height: 3, </syntaxhighlight>")
(Created page with "<code>P</code> и <code>S</code> являются идентификаторами, которые будут определены позже. Каждая строка раз...")
Line 19: Line 19:
</syntaxhighlight>
</syntaxhighlight>


<code>P</code> and <code>S</code> are identifiers which will be defined later. Every row is separated with a tab, while an empty cell is marked with an underscore <code>_</code>. The <code>width</code> of this recipe is <code>1</code> and it is <code>3</code> rows high. Don't put spaces between the cells for example <code>_ P _</code> is 5 not 3 cells.
<code>P</code> и <code>S</code> являются идентификаторами, которые будут определены позже. Каждая строка разделена вкладкой, а пустая ячейка помечена подчеркиванием <code>_</code>. <code>Ширина</code> этого рецепта <code>1</code> и в нем <code>3</code> строки. Не ставьте пробелы между ячейками, например <code>_ P _</code> это 5, а не 3 ячейки.


=== Ingredients ===
=== Ingredients ===