Skip to content
Snippets Groups Projects
Commit d0fad4b0 authored by paramat's avatar paramat
Browse files

Flowers: Make waterlily not walkable. Add missing flower group

parent 4bb9652c
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment