Translations:Modding:Creating Recipes/17/ru

From Vintage Story Wiki
Revision as of 19:53, 23 July 2020 by NlgEndlessplay (talk | contribs) (Created page with "<syntaxhighlight lang="json"> ingredients: { "P": { type: "item", code: "game:pickaxe-copper"}, "S": { type: "item", code: "game:stick", quantity: 2} }, </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
	ingredients: {
		"P": { type: "item", code: "game:pickaxe-copper"},
		"S": { type: "item", code: "game:stick", quantity: 2}
	},