flowers fully updated

master
Victor Hackeridze 2012-04-02 05:58:23 +06:00
parent b33cfead55
commit 40a18053f4
1 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ for _, color in ipairs(FLOWERS) do
type = "fixed",
fixed = {-1/5-0.1, -1/2, -1/5-0.1, 1/5+0.1, 1/5+0.1, 1/5+0.1},
},
groups = {snappy=2},
groups = {dig_immediate=3},
sounds = default.node_sound_leaves_defaults(),
})
end
@ -105,7 +105,7 @@ minetest.register_node('flowers:flower_waterlily', {
type = "fixed",
fixed = {-1/2, -1/2, -1/2, 1/2, -0.52, 1/2},
},
groups = {snappy=2},
groups = {dig_immediate=3},
sounds = default.node_sound_leaves_defaults(),
})