Translations:Modding:Basic Block/52/ru

From Vintage Story Wiki
	"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" }],
			},
		},
	},