Translations:Modding:Basic Block/45/ru

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