Make wood not breakable by hand (by default).

This commit is contained in:
Duane 2016-06-24 12:01:52 -05:00
parent c8ad6d4fec
commit aac2db0da4
6 changed files with 31 additions and 4 deletions

View file

@ -85,7 +85,7 @@ minetest.register_node("fun_caves:lumin_tree", {
},
paramtype2 = "facedir",
is_ground_content = false,
groups = {tree = 1, choppy = 2, oddly_breakable_by_hand = 1, flammable = 2},
groups = {tree = 1, choppy = 2, flammable = 2},
sounds = default.node_sound_wood_defaults(),
on_place = minetest.rotate_node