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

@ -177,7 +177,7 @@ minetest.register_node("fun_caves:giant_mushroom_stem", {
description = "Giant Mushroom Stem",
tiles = {"vmg_mushroom_giant_stem.png", "vmg_mushroom_giant_stem.png", "vmg_mushroom_giant_stem.png"},
is_ground_content = false,
groups = {choppy=2, oddly_breakable_by_hand=1, flammable=2, plant=1},
groups = {choppy=2, flammable=2, plant=1},
sounds = default.node_sound_wood_defaults(),
sunlight_propagates = true,
paramtype = "light",