Initial commit

This commit is contained in:
CreativeMD 2018-03-07 12:28:52 +01:00 committed by CreativeMD
parent 83ed261e24
commit 76ca9b8565
9 changed files with 433 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
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"
}
}

View file

@ -0,0 +1,3 @@
{
"block-mygoldblock": "Block of Gold"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB