Cristiano Magro
2020-10-13 3d38d757384579ee62dd2f58594e376a34585bfb
commit | author | age
cd5a3e 1 # Technic
895ee3 2
a8daa4 3 [![Build status](https://github.com/minetest-mods/technic/workflows/Check%20&%20Release/badge.svg)](https://github.com/minetest-mods/technic/actions)
DL 4 [![License](https://img.shields.io/badge/license-LGPLv2.0%2B-purple.svg)](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.en.html)
5
cd5a3e 6 This Minetest modpack adds machinery and automation procedure content to your
S 7 world. A few notable features:
8
9   * Electric circuits
10   * Automated material processing (ores, wood, ...)
11   * Extended chest functionalities
12
13 ## Dependencies
14
15   * Minetest 5.0.0 or newer
16   * [Minetest Game](https://github.com/minetest/minetest_game/)
17   * [mesecons](https://github.com/minetest-mods/mesecons) -> signalling events
18   * [pipeworks](https://gitlab.com/VanessaE/pipeworks/) -> automation of item transport
19   * [moreores](https://github.com/minetest-mods/moreores/) -> additional ores
20   * [basic_materials](https://gitlab.com/VanessaE/basic_materials) -> basic craft items
c06a56 21   * Supports [moretrees](https://gitlab.com/VanessaE/moretrees) -> rubber trees
cd5a3e 22   * Consult `depends.txt` or `mod.conf` of each mod for further dependency information.
S 23
24
25 ## FAQ
26
27 The modpack is explained in the [Manual](manual.md) included in this repository.
28
29 1. My technic circuit doesn't work. No power is distributed.
30     * Make sure you have a switching station connected.
31 2. My wires do not connect to the machines.
32     * Each machine type requires its own cable type. If you do not have a
33       matching circuit, consider using a "Supply Converter" for simplicity.
34
d8fe9a 35 The API documentation can be found here: [Technic API](technic/doc/api.md)
cd5a3e 36
S 37
38 ## License
39
40 Unless otherwise stated, all components of this modpack are licensed under the
41 LGPLv2 or later. See also the individual mod folders for their
42 secondary/alternate licenses, if any.
43
44
45 ### Credits
46
47 Contributors in alphabetical order:
48
2db912 49   * kpoppel
S 50   * Nekogloop
32d776 51   * Nore/Ekdohibs
2db912 52   * ShadowNinja
S 53   * VanessaE
54   * And many others...