Make mushrooms dig by water

This commit is contained in:
Wuzzy 2017-01-10 03:04:38 +01:00
parent 0d563b052d
commit 7e4101779a
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ minetest.register_node("farming:mushroom_brown", {
sunlight_propagates = true,
paramtype = "light",
walkable = false,
groups = {dig_immediate=3,flammable=2,mushroom=1,attached_node=1},
groups = {dig_immediate=3,flammable=2,mushroom=1,attached_node=1,dig_by_water=1},
sounds = default.node_sound_leaves_defaults(),
light_source = 1,
selection_box = {
@ -25,7 +25,7 @@ minetest.register_node("farming:mushroom_red", {
sunlight_propagates = true,
paramtype = "light",
walkable = false,
groups = {dig_immediate=3,flammable=2,mushroom=1,attached_node=1},
groups = {dig_immediate=3,flammable=2,mushroom=1,attached_node=1,dig_by_water=1},
sounds = default.node_sound_leaves_defaults(),
selection_box = {
type = "fixed",