Go to file
Sokomine 9f2bbc617e
Merge pull request #39 from kaeza/es
Add Spanish language.
2019-03-16 17:58:43 +01:00
etc replacement for missing sound, separate for elevator 2018-10-06 17:49:33 -04:00
locale Add Spanish language. 2019-03-15 21:35:38 -03:00
models tweak UV maps on travelnet model to fix outside-sides 2015-08-02 13:57:43 -04:00
sounds replacement for missing sound, separate for elevator 2018-10-06 17:49:33 -04:00
textures delete a few unused textures 2015-08-02 13:59:51 -04:00
.gitignore add .gitignore 2018-04-05 14:42:48 +02:00
LICENSE added LICENSE file and explained details in README.md 2017-12-16 22:18:52 +01:00
README.md added LICENSE file and explained details in README.md 2017-12-16 22:18:52 +01:00
config.lua enabled sound by default 2019-03-09 22:36:55 +01:00
depends.txt added localization (inttlib); added german 2017-12-25 02:08:06 +01:00
description.txt added screenshot and description for easier mod recognition 2016-08-10 20:34:59 +02:00
doors.lua made compatible with mineclone2 2019-02-26 20:36:14 +01:00
elevator.lua added buttons for removing/digging stations 2019-02-26 22:44:33 +01:00
init.lua renamed deprecated functions to new name 2019-03-11 23:45:10 +01:00
intllib.lua implement official intllib fallback boilerplate 2018-04-05 20:06:28 +02:00
mod.conf add mod.conf 2017-11-22 11:19:07 +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
screenshot.png added screenshot and description for easier mod recognition 2016-08-10 20:34:59 +02:00
travelnet.lua Merge pull request #36 from pandorabox-io/buildable-to-fix 2019-03-09 22:41:19 +01:00

README.md

TravelNet

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.

LICENSE

The mod was written by me, Sokomine, and includes small contributions from other contributors. License: GPLv3 (see file LICENSE)

The models and textures as found in the textures/ and models/ folders where created by VanessaE and are provided under the CC0 license.