allow breaking tree_grass with hand

This commit is contained in:
Brett O'Donnell 2012-09-20 15:39:45 +09:30
parent 7d946c7f2c
commit b46f14ef16

View File

@ -88,7 +88,7 @@ minetest.register_node("smooth:tree_grass", {
description = "Tree Grass",
tile_images = {"default_tree_top.png", "default_tree_top.png", "default_tree.png^smooth_grass.png"},
is_ground_content = true,
groups = {tree=1,snappy=1,choppy=2,flammable=2},
groups = {tree=1,snappy=1,choppy=2,oddly_breakable_by_hand=1,flammable=2},
sounds = default.node_sound_wood_defaults(),
drop = 'default:tree',
})