network of teleporter-boxes that allow easy travelling to other boxes on the same network (Mod for Minetest)
Go to file
Sokomine 47ccc1059a Merge pull request #5 from VanessaE/master
minetest.env:* --> minetest.*
2015-03-11 06:08:42 +01:00
textures new side texture 2014-08-11 23:13:31 -04:00
textures512 Add textures for elevator. 2013-04-27 23:14:18 +02:00
config.lua added optional self-healing feature via abm in case of loss of savedata; version switched to 2.2 2014-10-05 01:37:10 +02:00
doors.lua minetest.env:* --> minetest.* 2014-11-30 12:50:48 -05:00
elevator.lua minetest.env:* --> minetest.* 2014-11-30 12:50:48 -05:00
init.lua minetest.env:* --> minetest.* 2014-11-30 12:50:48 -05:00
README.md added readme and crafting receipe 2013-02-22 05:42:09 +01:00
restore_network_via_abm.lua added optional self-healing feature via abm in case of loss of savedata; version switched to 2.2 2014-10-05 01:37:10 +02:00
travelnet.lua minetest.env:* --> minetest.* 2014-11-30 12:50:48 -05:00

How this works:

  • craft it by filling the right and left row with glass; place in the middle row (from top to bottom): steel, mese, steel
  • place the travelnet box somewhere
  • right-click on it; enter name of the station (e.g. "my house", "center of desert city") and name of the network (e.g. "intresting towns","my buildings")
  • punch it to update the list of stations on that network
  • right-click to use the travelbox

An unconfigured travelnet box can be configured by anyone. If it is misconfigured, just dig it and place it anew. All stations that have the same network name set and are owned by the same user connect to the same network.