drop the "off" fishtank when digging the lighted one

This commit is contained in:
Vanessa Ezekowitz 2015-05-08 14:22:00 -04:00
parent 0b6b74678d
commit b276b0f2a2
1 changed files with 2 additions and 1 deletions

View File

@ -169,7 +169,8 @@ homedecor.register("fishtank_lighted", {
sounds = default.node_sound_glass_defaults(),
on_rightclick = function(pos, node, clicker)
minetest.set_node(pos, {name = "homedecor:fishtank", param2 = node.param2})
end
end,
drop = "homedecor:fishtank",
})
homedecor.register("cardboard_box_big", {