Translations:Modding:Basic Block/13/ru

From Vintage Story Wiki
Revision as of 22:21, 19 July 2020 by NlgEndlessplay (talk | contribs) (Created page with "<syntaxhighlight lang="json"> { code: "mygoldblock", creativeinventory: { "general": ["*"] }, blockmaterial: "Stone", drawtype: "Cube", textures: { all: { base: "block/...")
(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"
	}
}