SmallJoker
2020-09-15 cd5a3ee1efed4301a946739e72a1dfd8e40febd6
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
21   * Consult `depends.txt` or `mod.conf` of each mod for further dependency information.
22
23
24 ## FAQ
25
26 The modpack is explained in the [Manual](manual.md) included in this repository.
27
28 1. My technic circuit doesn't work. No power is distributed.
29     * Make sure you have a switching station connected.
30 2. My wires do not connect to the machines.
31     * Each machine type requires its own cable type. If you do not have a
32       matching circuit, consider using a "Supply Converter" for simplicity.
33
34 For modders: There is currently no API documentation. Any help to improve this
35 situation is greatly welcome. Please do not hesitate to submit a Pull Request.
36
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...