mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-18 08:10:38 +01:00
Merge branch 'regular_updates'
This commit is contained in:
commit
6cd8368592
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user