Translations:Modding:Creating Recipes/17/es

From Vintage Story Wiki
Revision as of 14:23, 21 June 2023 by Eleli (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}
	},