merge upstream commit: Flowers: Make waterlily floodable

This commit is contained in:
paramat 2016-06-30 22:16:46 +01:00 committed by tchncs
parent fbbe79df87
commit e6bda9c439

View File

@ -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 = "",