mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-23 07:10:19 +01:00
- "#(array)" replaced with "#array" - "(a and b) or c" replaced with "a and b or c" - Cleaned some other places with unnecessary parenthesis - "a,b" replaced with "a, b" - "a+b" replaced with "a + b" (and for all other binops) - "{a, b, c}" replaced with "{ a, b, c }" - "-n + a" replaced with "a - n" - Removed trailing whitespace - Blank lines added in some very dense places - Very long lines broken into shorter lines - Use modern functions like vector.new and vector.round - Align with spaces instead of tabs
Technic
Credits for contributing to the project (in alphabetical order):
- kpoppel
- Nekogloop
- Nore/Ekdohibs
- ShadowNinja
- VanessaE
- And many others...
FAQ
- My technic circuit doesn't work. No power is distrubuted.
- A: Make sure you have a switching station connected.
License
Unless otherwise stated, all components of this modpack are licensed under the LGPL, V2 or later. See also the individual mod folders for their secondary/alternate licenses, if any.
Description
Languages
Lua
100%