Modding:Creating Recipes/ru: Difference between revisions

From Vintage Story Wiki
(Created page with "Все, что нам нужно сделать сейчас, это определить идентификаторы, которые мы использовали ранее...")
(Created page with "<code>Type</code> является либо <code>block</code>, либо <code>item</code>, в зависимости от того, является ли он предмет...")
Line 32: Line 32:
</syntaxhighlight>
</syntaxhighlight>


<code>Type</code> is either <code>block</code> or <code>item</code> depending whether it's an item or a block.
<code>Type</code> является либо <code>block</code>, либо <code>item</code>, в зависимости от того, является ли он предметом или блоком.


When recipes have vanilla items they need <code>game:</code> in front of the item name. When they are from your own mod you can just put the item name.
When recipes have vanilla items they need <code>game:</code> in front of the item name. When they are from your own mod you can just put the item name.