Make Steel Block drop 9 Steel Ingots

In response to pull #23, I've put this into a single commit. The steel block is now generally more useful for the storage of steel ingots.
This commit is contained in:
Anthony 2012-11-11 19:35:56 -05:00
parent 5497db98de
commit 61ea551b40
1 changed files with 1 additions and 0 deletions

View File

@ -1497,6 +1497,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(),
})