Translations:Modding:Basic Block/31/ru

From Vintage Story Wiki

Теперь нам нужно добавить эти новые текстуры в файл json.

	"textures": {
		"all": { 
			"base": "block/mygoldtexture",
			"alternates": [{"base": "block/mygoldtexture1" }, {"base": "block/mygoldtexture2" }, {"base": "block/mygoldtexture3" }],
		},
	},