2020-09-15 19:55:16 +02:00
|
|
|
# Technic
|
2013-04-14 06:09:04 +02:00
|
|
|
|
2020-06-12 20:39:00 +02:00
|
|
|
[![Build status](https://github.com/minetest-mods/technic/workflows/Check%20&%20Release/badge.svg)](https://github.com/minetest-mods/technic/actions)
|
|
|
|
[![License](https://img.shields.io/badge/license-LGPLv2.0%2B-purple.svg)](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.en.html)
|
|
|
|
|
2020-09-15 19:55:16 +02:00
|
|
|
This Minetest modpack adds machinery and automation procedure content to your
|
|
|
|
world. A few notable features:
|
|
|
|
|
|
|
|
* Electric circuits
|
|
|
|
* Automated material processing (ores, wood, ...)
|
|
|
|
* Extended chest functionalities
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
* Minetest 5.0.0 or newer
|
|
|
|
* [Minetest Game](https://github.com/minetest/minetest_game/)
|
|
|
|
* [mesecons](https://github.com/minetest-mods/mesecons) -> signalling events
|
2024-01-06 12:26:20 +01:00
|
|
|
* [pipeworks](https://github.com/mt-mods/pipeworks) -> automation of item transport
|
2020-09-15 19:55:16 +02:00
|
|
|
* [moreores](https://github.com/minetest-mods/moreores/) -> additional ores
|
2024-01-06 12:26:20 +01:00
|
|
|
* [basic_materials](https://github.com/mt-mods/basic_materials) -> basic craft items
|
|
|
|
* Supports [moretrees](https://github.com/mt-mods/moretrees) -> rubber trees
|
2020-09-15 19:55:16 +02:00
|
|
|
* Consult `depends.txt` or `mod.conf` of each mod for further dependency information.
|
|
|
|
|
|
|
|
|
|
|
|
## FAQ
|
|
|
|
|
2022-06-08 20:19:45 +02:00
|
|
|
The modpack is explained in the **[Manual](manual.md)** included in this repository.
|
2022-06-14 20:46:14 +02:00
|
|
|
Machine and tool descriptions can be found on the **[GitHub Wiki](https://github.com/minetest-mods/technic/wiki)**.
|
2013-04-14 06:09:04 +02:00
|
|
|
|
2020-09-15 19:55:16 +02:00
|
|
|
1. My technic circuit doesn't work. No power is distributed.
|
|
|
|
* Make sure you have a switching station connected.
|
|
|
|
2. My wires do not connect to the machines.
|
|
|
|
* Each machine type requires its own cable type. If you do not have a
|
|
|
|
matching circuit, consider using a "Supply Converter" for simplicity.
|
2014-02-27 06:27:16 +01:00
|
|
|
|
2022-06-08 20:19:45 +02:00
|
|
|
For modders: **[Technic Lua API](technic/doc/api.md)**
|
2014-02-27 06:27:16 +01:00
|
|
|
|
2020-09-15 19:55:16 +02:00
|
|
|
|
|
|
|
## License
|
2014-02-27 06:27:16 +01:00
|
|
|
|
2019-01-26 14:15:40 +01:00
|
|
|
Unless otherwise stated, all components of this modpack are licensed under the
|
2022-06-14 20:46:14 +02:00
|
|
|
[LGPLv2 or later](LICENSE.txt). See also the individual mod folders for their
|
2015-09-12 07:01:41 +02:00
|
|
|
secondary/alternate licenses, if any.
|
2020-09-15 19:55:16 +02:00
|
|
|
|
|
|
|
|
|
|
|
### Credits
|
|
|
|
|
|
|
|
Contributors in alphabetical order:
|
|
|
|
|
|
|
|
* kpoppel
|
|
|
|
* Nekogloop
|
|
|
|
* Nore/Ekdohibs
|
|
|
|
* ShadowNinja
|
|
|
|
* VanessaE
|
|
|
|
* And many others...
|