diff options
author | Novatux <nathanael.courant@laposte.net> | 2014-07-03 15:57:39 +0200 |
---|---|---|
committer | Novatux <nathanael.courant@laposte.net> | 2014-07-03 15:57:39 +0200 |
commit | d55ecc39f954b33c17ae9a1da4aeff6382fcb790 (patch) | |
tree | e15ea23162c1a3e926cd7189ae8e696ba900a542 /technic/machines/LV/alloy_furnace.lua | |
parent | 95fcc435f1651d437f1085af931a00a3db91a68a (diff) |
Change the recipe code to be able to handle recipes with more than one input, and use it for the alloy furnace.
Reorganize the init.lua files.
Diffstat (limited to 'technic/machines/LV/alloy_furnace.lua')
-rw-r--r-- | technic/machines/LV/alloy_furnace.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/machines/LV/alloy_furnace.lua b/technic/machines/LV/alloy_furnace.lua index b24e192..f0e2bc5 100644 --- a/technic/machines/LV/alloy_furnace.lua +++ b/technic/machines/LV/alloy_furnace.lua @@ -10,5 +10,5 @@ minetest.register_craft({ } }) -technic.register_alloy_furnace({tier="LV", cook_time=6, demand={300}}) +technic.register_alloy_furnace({tier = "LV", speed = 1, demand = {300}}) |