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:
parent
55fd286083
commit
f4f9e58ef2
@ -224,6 +224,7 @@ minetest.register_node("flowers:waterlily", {
|
|||||||
walkable = false,
|
walkable = false,
|
||||||
buildable_to = true,
|
buildable_to = true,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
floodable = true,
|
||||||
groups = {snappy = 3, flower = 1},
|
groups = {snappy = 3, flower = 1},
|
||||||
sounds = default.node_sound_leaves_defaults(),
|
sounds = default.node_sound_leaves_defaults(),
|
||||||
node_placement_prediction = "",
|
node_placement_prediction = "",
|
||||||
|
Loading…
Reference in New Issue
Block a user