mirror of
https://codeberg.org/tenplus1/teleport_potion.git
synced 2025-03-15 06:01:24 +00:00
portal flames can no longer drop as item when blasted
This commit is contained in:
parent
c8cdef9c22
commit
ad3830a7f2
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
@ -367,6 +367,9 @@ minetest.register_node("teleport_potion:pad", {
|
|||
}
|
||||
minetest.show_formspec(name, "teleport_potion:set_destination", formspec)
|
||||
end,
|
||||
|
||||
on_blast = function() end,
|
||||
drop = {},
|
||||
})
|
||||
|
||||
-- Check and set coordinates
|
||||
|
|
Loading…
Add table
Reference in a new issue