Translations:Modding:Basic Block/42/ru

From Vintage Story Wiki
Revision as of 11:45, 20 July 2020 by NlgEndlessplay (talk | contribs) (Created page with "<syntaxhighlight lang="json"> texturesbytype: { "*-gold": { all: { base: "block/mygoldtexture", alternates: [{base: "block/mygoldtexture1" }, {base: "block/mygo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
	texturesbytype: {
		"*-gold": {
			all: { 
				base: "block/mygoldtexture",
				alternates: [{base: "block/mygoldtexture1" }, {base: "block/mygoldtexture2" }, {base: "block/mygoldtexture3" }],
			},
		},
		"*-iron": {
			all: { 
				base: "block/myirontexture",
				alternates: [{base: "block/myirontexture1" }, {base: "block/myirontexture2" }, {base: "block/myirontexture3" }],
			},
		}
	},