Translations:Modding:Creating Recipes/19/ru

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