1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-12-24 17:50:37 +01:00

Updated pipeworks ; 1/10/2014 ; number 1

This commit is contained in:
LeMagnesium 2015-01-10 23:03:25 +01:00
parent d6298dc890
commit 00916d2fc6

View File

@ -9,7 +9,9 @@ local function make_inventory_cache(invlist)
end
local function autocraft(inventory, pos)
if not inventory then return end
local recipe = inventory:get_list("recipe")
if not recipe then return end
local recipe_last
local result
local new