milo crafting improvements
This commit is contained in:
@@ -10,12 +10,8 @@ local PotionImportTask = {
|
||||
brewQueue = { },
|
||||
}
|
||||
|
||||
local function filter(a)
|
||||
return a.adapter.type == 'minecraft:brewing_stand'
|
||||
end
|
||||
|
||||
function PotionImportTask:cycle(context)
|
||||
for bs in context.storage:filterActive('brewingStand', filter) do
|
||||
for bs in context.storage:filterActive('brewingStand') do
|
||||
if bs.adapter.getBrewTime() == 0 then
|
||||
local list = bs.adapter.list()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user