mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-06-29 14:50:41 +02:00
A few more fixes (spamming the commit log again...)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user