really make sandstone drop itself this time.

This commit is contained in:
Vanessa Ezekowitz 2012-11-22 14:29:40 -05:00
parent cb85ca58fe
commit b47720239f
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ minetest.register_node("default:sandstone", {
tiles = {"default_sandstone.png"},
is_ground_content = true,
groups = {crumbly=2,cracky=2},
drop = 'default:sand',
drop = 'default:sandstone',
sounds = default.node_sound_stone_defaults(),
})