portal flames can no longer drop as item when blasted
This commit is contained in:
parent
c8cdef9c22
commit
ad3830a7f2
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)
|
minetest.show_formspec(name, "teleport_potion:set_destination", formspec)
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
on_blast = function() end,
|
||||||
|
drop = {},
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Check and set coordinates
|
-- Check and set coordinates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user