Skip to content

Commit d0fad4b

Browse files
committedSep 17, 2015
Flowers: Make waterlily not walkable. Add missing flower group
1 parent 4bb9652 commit d0fad4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎mods/flowers/init.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,8 @@ minetest.register_node("flowers:waterlily", {
251251
inventory_image = "flowers_waterlily.png",
252252
wield_image = "flowers_waterlily.png",
253253
liquids_pointable = true,
254-
groups = {snappy = 3},
254+
walkable = false,
255+
groups = {snappy = 3, flower = 1},
255256
sounds = default.node_sound_leaves_defaults(),
256257
node_box = {
257258
type = "fixed",

0 commit comments

Comments
 (0)
Please sign in to comment.