1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-29 21:30:26 +02:00

Waterlily: Place as Y-offset simple decoration

This commit is contained in:
paramat
2018-02-25 21:03:54 +00:00
committed by paramat
parent 702070accb
commit 63ebdfd139
3 changed files with 10 additions and 7 deletions

View File

@ -280,7 +280,6 @@ minetest.register_node("flowers:waterlily", {
liquids_pointable = true,
walkable = false,
buildable_to = true,
sunlight_propagates = true,
floodable = true,
groups = {snappy = 3, flower = 1, flammable = 1},
sounds = default.node_sound_leaves_defaults(),