forked from mtcontrib/pipeworks
local-ize one last var
This commit is contained in:
parent
030ae3283d
commit
6785ba39f4
|
@ -8,7 +8,7 @@ local function make_inventory_cache(invlist)
|
|||
return l
|
||||
end
|
||||
|
||||
function autocraft(inventory, pos)
|
||||
local function autocraft(inventory, pos)
|
||||
local recipe = inventory:get_list("recipe")
|
||||
local recipe_last
|
||||
local result
|
||||
|
|
Loading…
Reference in New Issue
Block a user