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,4 +1,4 @@
local Lora = require('lora/lora')
local Lora = require('lora')
local Util = require('util')
local Autocraft = {
@@ -17,8 +17,8 @@ function Autocraft:cycle(context)
end
if not Util.empty(list) then
Lora:craftItems(list)
end
Lora:craftItems(list)
end
end
Lora:registerTask(Autocraft)