2021-01-08 12:28:35 -06:00
# Travelnet
2013-02-22 05:42:09 +01:00
2021-01-05 17:40:12 +11:00
[![luacheck ](https://github.com/mt-mods/travelnet/workflows/luacheck/badge.svg )](https://github.com/mt-mods/travelnet/actions?query=workflow%3Aluacheck)
[![Integration test ](https://github.com/mt-mods/travelnet/workflows/integration-test/badge.svg )](https://github.com/mt-mods/travelnet/actions?query=workflow%3Aintegration-test)
2021-01-08 15:25:27 +01:00
[![ContentDB ](https://content.minetest.net/packages/mt-mods/travelnet/shields/downloads/ )](https://content.minetest.net/packages/mt-mods/travelnet/)
2019-12-16 13:31:14 +01:00
2021-01-08 12:28:35 -06:00
## How this works
2013-02-22 05:42:09 +01:00
- 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.
2017-12-16 22:18:52 +01:00
2021-01-08 12:28:35 -06:00
## Documentation
2021-01-08 15:11:19 +01:00
* [API ](./doc/api.md )
2021-01-08 12:28:35 -06:00
## Screenshots
2021-01-08 15:16:26 +01:00
2021-07-14 07:28:57 +02:00
![](screenshot.png)
![](screenshot_day.png)
![](screenshot_night.png)
2021-01-08 15:16:26 +01:00
2021-01-08 12:28:35 -06:00
## License
2017-12-16 22:18:52 +01:00
The mod was written by me, Sokomine, and includes small contributions from other contributors.
2021-01-08 12:28:35 -06:00
License: GPLv3 (see [`LICENSE` ](https://github.com/mt-mods/travelnet/blob/master/LICENSE ) for more information)
2017-12-16 22:18:52 +01:00
The models and textures as found in the textures/ and models/ folders where created by VanessaE
2021-01-08 12:28:35 -06:00
and are provided under the [CC0 ](https://creativecommons.org/publicdomain/zero/1.0/ ) license.
2021-01-08 15:11:19 +01:00
Exceptions:
2021-01-08 12:28:35 -06:00
* `textures/travelnet_top.png` [CC BY-SA 3.0 ](https://creativecommons.org/licenses/by-sa/3.0/ ) https://github.com/minetest/minetest_game (`default_steel_block.png` )
* `textures/travelnet_bottom.png` [CC BY-SA 3.0 ](https://creativecommons.org/licenses/by-sa/3.0/ ) https://github.com/minetest/minetest_game (`default_clay.png` )