Translations:Modding:Basic Block/52/ru

From Vintage Story Wiki
Revision as of 13:41, 16 January 2024 by Mirotworez (talk | contribs)
(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" }],
			},
		},
	},