fix groups on globe and wine rack

This commit is contained in:
Vanessa Ezekowitz 2015-01-02 00:47:08 -05:00
parent ca4fa4061d
commit 20ba8beaac
1 changed files with 2 additions and 2 deletions

View File

@ -1951,7 +1951,7 @@ minetest.register_node("homedecor:desk_globe", {
type = "fixed",
fixed = { -0.4, -0.5, -0.3, 0.3, 0.3, 0.3 }
},
groups = {choppy=2,dig_immediate=2,attached_node=1},
groups = {choppy=2},
sounds = default.node_sound_defaults(),
})
@ -1963,7 +1963,7 @@ minetest.register_node("homedecor:wine_rack", {
inventory_image = "homedecor_wine_rack_inv.png",
paramtype = "light",
paramtype2 = "facedir",
groups = {choppy=2,dig_immediate=2,attached_node=1},
groups = {choppy=2},
sounds = default.node_sound_defaults(),
})