diff options
Diffstat (limited to 'autocrafter.lua')
-rw-r--r-- | autocrafter.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autocrafter.lua b/autocrafter.lua index 070b3de..b2e50c1 100644 --- a/autocrafter.lua +++ b/autocrafter.lua @@ -49,7 +49,6 @@ local function autocraft(inventory, pos) end end - local input = inventory:get_list("input") if result.item:is_empty() then return end result = result.item if not inventory:room_for_item("dst", result) then return end |