technic/technic/machines/register
Zefram 814646b542 Smoother link of processing cycles to ABM cycles
Make the generic processing machine code willing to complete more than
one processing cycle in one ABM cycle, and more generally to carry
over leftover processing effort after completing a processing cycle.
The src_time meta item now represents accumulated processing effort
(time multiplied by speed) in a scaled form (to retain fractions),
rather than just time in integral seconds.  This affects the MV furnace,
with speed 4 and most recipe times being 3 s, and will be essential for
faster furnaces.
2014-08-18 15:14:15 +01:00
..
alloy_furnace.lua Change the recipe code to be able to handle recipes with more than one input, and use it for the alloy furnace. 2014-07-03 15:57:39 +02:00
alloy_recipes.lua Redescribe alloying in craft guide 2014-08-01 17:50:40 +01:00
battery_box.lua Make switching station run all machines it is connected to, including those in unloaded blocks. 2014-07-11 11:00:46 +02:00
cables.lua Fix visible cable connection for irregular items 2014-08-17 13:43:39 +01:00
centrifuge.lua Add centrifuge 2014-07-26 18:01:05 +01:00
centrifuge_recipes.lua Manual section on uranium enrichment 2014-08-13 02:45:44 +01:00
common.lua Fix items sending 2014-08-16 13:42:17 +02:00
compressor.lua Add MV version of compressor too, remove infinite sand-producing compressor recipe. 2014-07-02 22:45:46 +02:00
compressor_recipes.lua Uranium enrichment via centrifuge 2014-07-28 13:18:51 +01:00
electric_furnace.lua Refactor a lot of code: make only one registration function for grinder, extractor and electric furnace (compressor will follow soon) 2014-07-02 22:24:38 +02:00
extractor.lua Refactor a lot of code: make only one registration function for grinder, extractor and electric furnace (compressor will follow soon) 2014-07-02 22:24:38 +02:00
extractor_recipes.lua Uranium enrichment via centrifuge 2014-07-28 13:18:51 +01:00
generator.lua also return buckets with generators 2014-07-19 00:18:44 +01:00
grinder.lua Refactor a lot of code: make only one registration function for grinder, extractor and electric furnace (compressor will follow soon) 2014-07-02 22:24:38 +02:00
grinder_recipes.lua Uranium enrichment via centrifuge 2014-07-28 13:18:51 +01:00
init.lua Add centrifuge 2014-07-26 18:01:05 +01:00
machine_base.lua Smoother link of processing cycles to ABM cycles 2014-08-18 15:14:15 +01:00
recipes.lua Update alloying craft guide to match machine 2014-08-01 17:56:32 +01:00
solar_array.lua Make switching station run all machines it is connected to, including those in unloaded blocks. 2014-07-11 11:00:46 +02:00