1
0
derivado de nalc/nalc_game

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
Este cometimento está contido em:
paramat
2016-06-30 22:16:46 +01:00
ascendente 55fd286083
cometimento f4f9e58ef2

Ver ficheiro

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