From: paramat Date: Thu, 30 Jun 2016 21:16:46 +0000 (+0100) Subject: Flowers: Make waterlily floodable X-Git-Tag: 0.4.15~157 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f4f9e58ef2b537a65654c76ad99486cf4e7e497a;p=oweals%2Fminetest_game.git 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 --- diff --git a/mods/flowers/init.lua b/mods/flowers/init.lua index 2f3cfe1b..2de575fe 100644 --- a/mods/flowers/init.lua +++ b/mods/flowers/init.lua @@ -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 = "",