merge upstream commit: Flowers: Make waterlily floodable
This commit is contained in:
parent
fbbe79df87
commit
e6bda9c439
@ -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 = "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user