Skip to content

Commit

Permalink
Flowers: Make waterlily floodable
Browse files Browse the repository at this point in the history
When waterlilies are placed near river water source make flowing river
water remove waterlilies instead of flowing around them in an ugly way
  • Loading branch information
paramat committed Jul 1, 2016
1 parent 55fd286 commit f4f9e58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/flowers/init.lua
Expand Up @@ -224,6 +224,7 @@ minetest.register_node("flowers:waterlily", {
walkable = false,
buildable_to = true,
sunlight_propagates = true,
floodable = true,
groups = {snappy = 3, flower = 1},
sounds = default.node_sound_leaves_defaults(),
node_placement_prediction = "",
Expand Down

0 comments on commit f4f9e58

Please sign in to comment.