Translations:Modding:Basic Block/13/ru: Difference between revisions

From Vintage Story Wiki
no edit summary
(Created page with "<syntaxhighlight lang="json"> { code: "mygoldblock", creativeinventory: { "general": ["*"] }, blockmaterial: "Stone", drawtype: "Cube", textures: { all: { base: "block/...")
 
No edit summary
 
Line 1: Line 1:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
{
{
code: "mygoldblock",
"code": "mygoldblock",
creativeinventory: { "general": ["*"] },
"creativeinventory": { "general": ["*"] },
blockmaterial: "Stone",
"blockmaterial": "Stone",
drawtype: "Cube",
"drawtype": "Cube",
textures: {
"textures": {
all: { base: "block/mygoldtexture" }
"all": { "base": "block/mygoldtexture" }
},
},
resistance: 3.5,
"resistance": 3.5,
sounds: {
"sounds": {
"place": "game:block/anvil",
"place": "game:block/anvil",
"walk": "game:walk/stone"
"walk": "game:walk/stone"
Confirmedusers
13,514

edits