mirror of
https://codeberg.org/tenplus1/teleport_potion.git
synced 2025-03-15 06:01:24 +00:00
fix pad drop
This commit is contained in:
parent
ad3830a7f2
commit
d22ab00772
1 changed files with 2 additions and 3 deletions
5
init.lua
5
init.lua
|
@ -124,6 +124,8 @@ minetest.register_node("teleport_potion:portal", {
|
||||||
|
|
||||||
minetest.remove_node(pos)
|
minetest.remove_node(pos)
|
||||||
end,
|
end,
|
||||||
|
on_blast = function() end,
|
||||||
|
drop = {},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
@ -367,9 +369,6 @@ 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…
Add table
Reference in a new issue