Zefram
2014-08-14 6cc471e986c694298716c257528c653395bd757d
technic/machines/register/recipes.lua
@@ -8,8 +8,8 @@
   if unified_inventory and unified_inventory.register_craft_type and data.output_size == 1 then
      unified_inventory.register_craft_type(typename, {
         description = data.description,
         height = data.input_size,
         width = 1,
         width = data.input_size,
         height = 1,
      })
   end
   data.recipes = {}
@@ -80,7 +80,6 @@
      local new_input = {}
      for i, stack in ipairs(items) do
         if stack:get_count() < recipe.input[stack:get_name()] then
            print(stack:get_name())
            return nil
         else
            new_input[i] = ItemStack(stack)