allow breaking tree_grass with hand
This commit is contained in:
parent
7d946c7f2c
commit
b46f14ef16
@ -88,7 +88,7 @@ minetest.register_node("smooth:tree_grass", {
|
|||||||
description = "Tree Grass",
|
description = "Tree Grass",
|
||||||
tile_images = {"default_tree_top.png", "default_tree_top.png", "default_tree.png^smooth_grass.png"},
|
tile_images = {"default_tree_top.png", "default_tree_top.png", "default_tree.png^smooth_grass.png"},
|
||||||
is_ground_content = true,
|
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(),
|
sounds = default.node_sound_wood_defaults(),
|
||||||
drop = 'default:tree',
|
drop = 'default:tree',
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user