Flowers: Make waterlily not walkable. Add missing flower group

This commit is contained in:
paramat 2015-09-17 15:43:29 +01:00
parent 4bb9652c0f
commit d0fad4b004
1 changed files with 2 additions and 1 deletions

View File

@ -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",