mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-28 12:46:02 +02:00
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:
@ -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 = "",
|
||||
|
Reference in New Issue
Block a user