1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-30 16:30:32 +02:00

Merge branch 'regular_updates'

This commit is contained in:
LeMagnesium 2015-01-10 23:04:13 +01:00
commit 6cd8368592

View File

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