Flowers: Make waterlily floodable

When waterlilies are placed near river water source make flowing river
water remove waterlilies instead of flowing around them in an ugly way
This commit is contained in:
paramat 2016-06-30 22:16:46 +01:00
parent 55fd286083
commit f4f9e58ef2
1 changed files with 1 additions and 0 deletions

View File

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