Translations:Modding:Content Tutorial Simple Recipe/50/en

From Vintage Story Wiki
Revision as of 13:13, 28 March 2024 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Recipe Output

The final section of our recipe is the output. Add the final section of code to your file, below the 'ingredients' section.

"output": {
		"type": "block",
		"code": "simplegoldblock"
	}
}

As before, we just set this to our block's code. Note that the type has been changed to block in this instance.