This commit is contained in:
Anthony 2012-11-12 08:53:57 -08:00
commit 0bf9f8c1d4
1 changed files with 1 additions and 0 deletions

View File

@ -1514,6 +1514,7 @@ minetest.register_node("default:steelblock", {
tiles = {"default_steel_block.png"},
is_ground_content = true,
groups = {snappy=1,bendy=2,cracky=1,melty=2,level=2},
drop = "default:steel_ingot 9",
sounds = default.node_sound_stone_defaults(),
})