Go to file
entuland ae58338e78 prevent private pads from being accessed directly
- rename all instances of "station" to "pad"
- display ownername of a pad in main dialog (for admin ease)
2018-06-27 23:10:13 +02:00
default support custom recipes 2018-06-26 13:17:37 +02:00
lib allow altering label of fields 2018-06-27 23:09:04 +02:00
models Converted to using a mesh instead of a flat texture 2018-05-10 18:56:49 +02:00
textures Converted to using a mesh instead of a flat texture 2018-05-10 18:56:49 +02:00
.gitattributes Initial commit 2018-05-09 16:39:26 +02:00
LICENSE Initial commit 2018-05-09 16:39:26 +02:00
README.md Update README.md 2018-05-09 18:07:03 +02:00
init.lua prevent private pads from being accessed directly 2018-06-27 23:10:13 +02:00
mod.conf mod.conf added 2018-05-09 16:49:02 +02:00
notify.lua use notify.lua facilities instead of chat_send_player 2018-06-27 01:07:12 +02:00
storage.lua new storage format (preparation for global network) 2018-06-26 16:26:56 +02:00

README.md

tpad

A teleporter-pads mod for Minetest

Developed and tested on Minetest 0.4.16 - try in other versions at your own risk :)

WIP mod forum discussion: https://forum.minetest.net/viewtopic.php?f=9&t=20081

recipe

W = any wood planks
B = bronze ingot

WBW
BWB
WBW

features

  • place down a pad and the teleport station will be immediately active
  • right-click on a pad to open the interface
  • doubleclick on a station in the station list to teleport to it (or select it and click "teleport")
  • edit the name of each station (then either hit "enter" or click "save")
  • you can delete any station from anywhere (apart from the one you clicked to open the interface, you have to destroy it manually)
  • deleting a remote station you'll lose the relative pad
  • issue "/tpad" on the chat to get a waypoint to the closest station
  • either teleport or issue "/tpad off" to turn the waypoint HUD off
  • each player has its own list of stations
  • any player can use any station, but only its owner can dig a station or delete a remote station from the interface