Translations:Modding:Basic Block/52/ru

From Vintage Story Wiki
Revision as of 11:25, 20 July 2020 by NlgEndlessplay (talk | contribs) (Created page with "<syntaxhighlight lang="json"> texturesbytype: { "*-good": { all: { base: "block/my{type}texture", }, }, "*-used": { all: { base: "block/my{type}textu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
	texturesbytype: {
		"*-good": {
			all: { 
				base: "block/my{type}texture",
			},
		},
		"*-used": {
			all: { 
				base: "block/my{type}texture",
				alternates: [{base: "block/my{type}texture1" }, {base: "block/my{type}texture2" }, {base: "block/my{type}texture3" }],
			},
		},
	},