travelnet-cd2025/README.md

52 lines
2.3 KiB
Markdown
Raw Normal View History

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)
[![test](https://github.com/mt-mods/travelnet/workflows/luacheck/badge.svg)](https://github.com/mt-mods/travelnet/actions?query=workflow%3Atest)
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 column with glass; place in the middle column (from top to bottom): steel, mese, steel
- MineClone 2: use a redstone block instead of mese
2013-02-22 05:42:09 +01:00
- 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.
## Crafting
The Travelnet mod provides five craftable items.
See [doc/crafting.md](https://github.com/mt-mods/travelnet/blob/master/doc/crafting.md).
## Settings
See [settingtypes.txt](https://github.com/mt-mods/travelnet/blob/master/settingtypes.txt).
2021-01-08 12:28:35 -06:00
## Documentation
* [API](./doc/api.md)
2021-01-08 12:28:35 -06:00
## Screenshots
2021-01-08 15:16:26 +01: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
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)
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.
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`)