technic/technic/machines/register
2015-01-30 05:16:41 +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 Fix some global errors 2014-12-15 17:47:07 -05:00
cables.lua Fix visible cable connection for irregular items 2014-08-17 13:43:39 +01:00
centrifuge_recipes.lua add sawdust and tree/wood grindings with arcacia tree for dye and provide a better alternative rubbertree->latex path that yields the same as the tree tap, but requires more machine work 2015-01-30 05:16:41 +01:00
centrifuge.lua Add centrifuge 2014-07-26 18:01:05 +01:00
common.lua Fix some global errors 2014-12-15 17:47:07 -05:00
compressor_recipes.lua tweak sandstone/sand recipes to a more efficent compressing 2 sand -> sandstone and grinding sandstone -> 2 sand ratio; make sure the default recipes are defused 2015-01-30 05:09:21 +01:00
compressor.lua Add MV version of compressor too, remove infinite sand-producing compressor recipe. 2014-07-02 22:45:46 +02: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_recipes.lua add sawdust and tree/wood grindings with arcacia tree for dye and provide a better alternative rubbertree->latex path that yields the same as the tree tap, but requires more machine work 2015-01-30 05:16:41 +01: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
generator.lua use the timers, that are allready running instead of allocating a new one every tick 2015-01-27 19:02:33 +01:00
grinder_recipes.lua tweak sandstone/sand recipes to a more efficent compressing 2 sand -> sandstone and grinding sandstone -> 2 sand ratio; make sure the default recipes are defused 2015-01-30 05:09:21 +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
grindings.lua add sawdust and tree/wood grindings with arcacia tree for dye and provide a better alternative rubbertree->latex path that yields the same as the tree tap, but requires more machine work 2015-01-30 05:16:41 +01:00
init.lua add sawdust and tree/wood grindings with arcacia tree for dye and provide a better alternative rubbertree->latex path that yields the same as the tree tap, but requires more machine work 2015-01-30 05:16:41 +01:00
machine_base.lua Smoother link of processing cycles to ABM cycles 2014-08-18 15:14:15 +01:00
recipes.lua prevent crash if get_recipe_index() is passed a nil or apparent garbage instead 2015-01-12 17:43:56 -05: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