Elias Åström 488f80d950 Clean file frames.lua to make more readable
- "#(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
2018-08-25 12:24:58 +02:00
..
2016-05-18 15:22:20 +02:00
2018-08-25 12:24:14 +02:00
2017-06-05 11:02:05 -04:00
2017-06-05 11:02:05 -04:00
2017-01-28 17:51:14 -05:00
2016-04-01 19:58:37 -04:00
2016-03-30 22:53:29 +03:00

Technic

License

Copyright (C) 2012-2014 Maciej Kasatkin (RealBadAngel)

Technic chests code is licensed under the GNU LGPLv2+.

Texture licenses:

BlockMen modified by Zefram (CC BY-SA 3.0):

  • technic_chernobylite_block.png
  • technic_corium_flowing_animated.png
  • technic_corium_source_animated.png

celeron55 (Perttu Ahola) modified by Zefram (CC BY-SA 3.0):

  • technic_bucket_corium.png

sdzen (Elise Staudter) (CC BY-SA 3.0):

  • most of the older 16x16 textures

RealBadAngel: (WTFPL)

  • Everything else.

CC BY-SA 3.0: http://creativecommons.org/licenses/by-sa/3.0/

Sound licenses:

veikk0 (Veikko Mäkelä) (CC BY-SA 4.0):

CC BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/