portal flames can no longer drop as item when blasted

This commit is contained in:
TenPlus1 2018-09-29 19:59:54 +01:00
parent c8cdef9c22
commit ad3830a7f2

View file

@ -367,6 +367,9 @@ minetest.register_node("teleport_potion:pad", {
} }
minetest.show_formspec(name, "teleport_potion:set_destination", formspec) minetest.show_formspec(name, "teleport_potion:set_destination", formspec)
end, end,
on_blast = function() end,
drop = {},
}) })
-- Check and set coordinates -- Check and set coordinates