I've been playing single player Voxelibre a lot since the beginning of the year, and found myself placing an amethyst block in a little closet in each of my bases, then writing down and saving the coordinates for it in notepad and using /tp to jump between these "pads." Then I saw this mod, started using it, and thought it was GREAT! Saved me a lot of trouble! Very useful so far, and makes finding ocean temples a much more significant event!
The only problem is:
-- Additional checks
if dx < -1000 or dx > 1000 or dy < 1 or dy > 30000 or dz < -1000 or dz > 1000 then
minetest.chat_send_player(pname, "Coordinates are out of acceptable range!")
... why???
Yeah sure I can just edit it myself or just comment it out, but WHY is it here in the first place?
I've been playing single player Voxelibre a lot since the beginning of the year, and found myself placing an amethyst block in a little closet in each of my bases, then writing down and saving the coordinates for it in notepad and using /tp to jump between these "pads." Then I saw this mod, started using it, and thought it was GREAT! Saved me a lot of trouble! Very useful so far, and makes finding ocean temples a much more significant event!
The only problem is:
-- Additional checks if dx < -1000 or dx > 1000 or dy < 1 or dy > 30000 or dz < -1000 or dz > 1000 then minetest.chat_send_player(pname, "Coordinates are out of acceptable range!")
... why??? Yeah sure I can just edit it myself or just comment it out, but WHY is it here in the first place?
I'll need to investigate. Did you make sure the coordinates were in tge correct position?