mirror of
https://github.com/kepler155c/opus
synced 2025-10-18 09:17:40 +00:00
better options icon
This commit is contained in:
@@ -802,7 +802,7 @@ function turtle.has(item, count)
|
||||
return slot and slot.count >= (count or 1)
|
||||
end
|
||||
local slot = turtle.getSlot(item)
|
||||
return slot and slot.count > 0
|
||||
return slot and slot.count >= (count or 1)
|
||||
end
|
||||
|
||||
function turtle.getFilledSlots(startSlot)
|
||||
|
Reference in New Issue
Block a user