Skip to content

Commit f4f9e58

Browse files
committedJul 1, 2016
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
1 parent 55fd286 commit f4f9e58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎mods/flowers/init.lua

+1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ minetest.register_node("flowers:waterlily", {
224224
walkable = false,
225225
buildable_to = true,
226226
sunlight_propagates = true,
227+
floodable = true,
227228
groups = {snappy = 3, flower = 1},
228229
sounds = default.node_sound_leaves_defaults(),
229230
node_placement_prediction = "",

0 commit comments

Comments
 (0)
Please sign in to comment.