Go to file
fluxionary f42e088ca0
Merge pull request #2 from oversword/issue-55
Use hidden node to stop placement of blocks in top half of travelnet
2021-02-19 10:04:58 -08: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 Config option to add the hidden block when the travelnet is interacted with 2021-02-19 02:00:43 +00:00
depends.txt Use hidden node to stop placement of blocks in top half of travelnet 2021-02-18 03:33:35 +00: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 Fix bad merge 2021-02-18 03:56:17 +00:00
init.lua Config option to add the hidden block when the travelnet is interacted with 2021-02-19 02:02:18 +00:00
intllib.lua implement official intllib fallback boilerplate 2018-04-05 20:06:28 +02:00
mod.conf fix mod.conf 2020-01-28 17:36:28 +00: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 Hidden node used to block top of travelnets 2021-02-18 03:50:27 +00: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.