Novatux
2013-08-29 f4ac2b8c1ef97a8adf29501f5599fb8adb4df00c
technic/machines/register/common.lua
@@ -70,7 +70,7 @@
   if result and result.item then
      meta:set_int("cook_time", 0)
      -- check if there's room for output in "dst" list
      if inv:room_for_item("dst", result) then
      if inv:room_for_item("dst", result.item) then
         srcstack = inv:get_stack("src", 1)
         srcstack:take_item()
         inv:set_stack("src", 1, srcstack)