Technic mod for Minetest
488f80d950
- "#(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 |
||
---|---|---|
concrete | ||
extranodes | ||
technic | ||
technic_chests | ||
technic_worldgen | ||
wrench | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
manual.md | ||
modpack.txt | ||
README.md |
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.