technic/technic/machines/other
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
..
anchor.lua don't put anchor in creative inv 2014-08-14 21:56:05 -04:00
coal_alloy_furnace.lua label all ABMs for profiler 2017-03-31 19:15:25 -04:00
coal_furnace.lua Move coal furnaces to other/ 2015-06-18 04:16:47 +02:00
constructor.lua Replace old nodeupdate() with new minetest.check_for_falling() (#391) 2018-07-16 17:25:43 +02:00
frames.lua Clean file frames.lua to make more readable 2018-08-25 12:24:58 +02:00
init.lua Move coal furnaces to other/ 2015-06-18 04:16:47 +02:00
injector.lua Replace deprecated invsize[] with size[] 2018-07-19 14:36:21 +02:00