SmallJoker
2022-06-14 5beb84bed9dfe4e515723f79514e90decfced767
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
9a39a9 27 The modpack is explained in the **[Manual](manual.md)** included in this repository.
5beb84 28 Machine and tool descriptions can be found on the **[GitHub Wiki](https://github.com/minetest-mods/technic/wiki)**.
cd5a3e 29
S 30 1. My technic circuit doesn't work. No power is distributed.
31     * Make sure you have a switching station connected.
32 2. My wires do not connect to the machines.
33     * Each machine type requires its own cable type. If you do not have a
34       matching circuit, consider using a "Supply Converter" for simplicity.
35
9a39a9 36 For modders: **[Technic Lua API](technic/doc/api.md)**
cd5a3e 37
S 38
39 ## License
40
41 Unless otherwise stated, all components of this modpack are licensed under the
5beb84 42 [LGPLv2 or later](LICENSE.txt). See also the individual mod folders for their
cd5a3e 43 secondary/alternate licenses, if any.
S 44
45
46 ### Credits
47
48 Contributors in alphabetical order:
49
2db912 50   * kpoppel
S 51   * Nekogloop
32d776 52   * Nore/Ekdohibs
2db912 53   * ShadowNinja
S 54   * VanessaE
55   * And many others...