make "popped" toaster drop regular one.

This commit is contained in:
Vanessa Ezekowitz 2014-09-01 13:50:17 -04:00
parent f330d19d03
commit 1f1fa99c9d
1 changed files with 2 additions and 1 deletions

View File

@ -1462,6 +1462,7 @@ minetest.register_node("homedecor:toaster_loaf", {
on_rightclick = function(pos, node, clicker)
local fdir = node.param2
minetest.set_node(pos, { name = "homedecor:toaster", param2 = fdir })
end
end,
drop = "homedecor:toaster"
})