Translations:Modding:Basic Block/13/ru

From Vintage Story Wiki
Revision as of 13:39, 16 January 2024 by Mirotworez (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
{
	"code": "mygoldblock",
	"creativeinventory": { "general": ["*"] },
	"blockmaterial": "Stone",
	"drawtype": "Cube",
	"textures": {
		"all": { "base": "block/mygoldtexture" }
	},
	"resistance": 3.5,
	"sounds": {
		"place": "game:block/anvil",
		"walk": "game:walk/stone"
	}
}