This commit is contained in:
kepler155c
2018-10-23 03:04:34 -04:00
parent f40f7ae7a8
commit a19960959b
22 changed files with 965 additions and 651 deletions

View File

@@ -1,5 +1,5 @@
local itemDB = require('itemDB')
local Lora = require('lora/lora')
local Lora = require('lora')
local ReplenishTask = {
priority = 30,
@@ -41,7 +41,6 @@ function ReplenishTask:cycle(context)
end
Lora:craftItems(craftList)
Lora:updateCraftingStatus(craftList)
end
Lora:registerTask(ReplenishTask)