Translations:Modding:Creating Recipes/26/ru

From Vintage Story Wiki
Revision as of 19:57, 23 July 2020 by NlgEndlessplay (talk | contribs) (Created page with "<syntaxhighlight lang="json"> { ingredientPattern: "P S S", width: 1, height: 3, ingredients: { "P": { type: "item", code: "game:pickaxe-copper"}, "S": { type: "item",...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
{
	ingredientPattern: "P	S	S",
	width: 1,
	height: 3,
	ingredients: {
		"P": { type: "item", code: "game:pickaxe-copper"},
		"S": { type: "item", code: "game:stick"}
	},
	output: { type: "item", code: "wand-pickaxe"}
}