streets/README.md

43 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2017-09-16 15:21:41 +02:00
# Streets mod 2.0
_Released on 21st of February 2017_
_Streets 2.0 is **not** fully backwards-compatible to streets 1.x!_
2016-06-14 05:45:58 +02:00
**NOTE:** This mod depends on the [ts_workshop](https://github.com/minetest-mods/ts_workshop) mod.
To improve loading time and reduce the number of registered nodes,
this mod only registers stairsplus nodes for very basic roadmarkings.
If you want to have all possible nodes registered, you can set
the setting `streets.only_basic_stairsplus` to false in `minetest.conf`.
2017-09-16 15:21:41 +02:00
Forum topic: https://forum.minetest.net/viewtopic.php?t=2984
## Contributors
2016-06-14 05:45:58 +02:00
* webdesigner97
* cheapie
* Thomas-S
* HybridDog (for `streets_matrix_screen` submod)
2018-01-29 20:26:24 +01:00
* philipbenr (for some textures taken from Streets 1.x)
* Ryan-Nolan (for some Minetest-style signs)
* Ragnarok AKA Vibender, http://vibender.com/ (for the textures of the infrastructure mod)
* `streets_rrgate_*.png` (partially modified)
* `streets_rrxing_*.png` (partially modified)
* `streets_lanuse_*.png` (partially modified)
2017-09-16 15:21:41 +02:00
## Recommended Mods
2020-12-02 11:29:37 -05:00
* [ltc4000e](https://github.com/inpos/ltc4000e) originally by [cheapie](https://github.com/cheapie)
* [arrowboards](https://github.com/inpos/arrowboards) originally by [cheapie](https://github.com/cheapie)
2017-02-12 09:51:27 +01:00
2017-09-16 15:21:41 +02:00
## License
If not mentioned otherwise:
2017-09-16 15:21:41 +02:00
### Code
MIT License
2017-09-16 15:21:41 +02:00
### Media
CC-BY-SA 3.0
### License File
2017-02-13 21:40:18 +01:00
See the file `LICENSE` for more details.