Translations:Modding:Content Tutorial Basics/12/en

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

An example 'en.json' lang file may look like this:

{
	"block-simplyshinyblock": "(Example Mod) Simple Gold Block",
	"item-simplewand": "(Example Mod) Simple Wand"
}

Each 'key' matches to a string that affects how the item or block is named in game. Note that there are many available languages in Vintage Story, and these can be found in the base"assets/game/lang/languages.json" file.