Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Flowers: Make waterlily not walkable. Add missing flower group
  • Loading branch information
paramat committed Sep 17, 2015
1 parent 4bb9652 commit d0fad4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mods/flowers/init.lua
Expand Up @@ -251,7 +251,8 @@ minetest.register_node("flowers:waterlily", {
inventory_image = "flowers_waterlily.png",
wield_image = "flowers_waterlily.png",
liquids_pointable = true,
groups = {snappy = 3},
walkable = false,
groups = {snappy = 3, flower = 1},
sounds = default.node_sound_leaves_defaults(),
node_box = {
type = "fixed",
Expand Down

0 comments on commit d0fad4b

Please sign in to comment.