1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-09-22 03:40:18 +02:00

Flowers: Make waterlily not walkable. Add missing flower group

This commit is contained in:
paramat 2015-09-17 15:43:29 +01:00
parent 4bb9652c0f
commit d0fad4b004

View File

@ -251,7 +251,8 @@ minetest.register_node("flowers:waterlily", {
inventory_image = "flowers_waterlily.png",
wield_image = "flowers_waterlily.png",
liquids_pointable = true,
groups = {snappy = 3},
walkable = false,
groups = {snappy = 3, flower = 1},
sounds = default.node_sound_leaves_defaults(),
node_box = {
type = "fixed",