milo: slow down retry time
This commit is contained in:
@@ -9,6 +9,9 @@
|
|||||||
2. Equip the turtle with an introspection module.
|
2. Equip the turtle with an introspection module.
|
||||||
]]--
|
]]--
|
||||||
|
|
||||||
|
|
||||||
|
-- TODO: fix which is primary wired modem
|
||||||
|
|
||||||
_G.requireInjector(_ENV)
|
_G.requireInjector(_ENV)
|
||||||
|
|
||||||
local Config = require('config')
|
local Config = require('config')
|
||||||
|
|||||||
@@ -429,7 +429,7 @@ end
|
|||||||
Event.addRoutine(function()
|
Event.addRoutine(function()
|
||||||
local sleepTime = 1.5
|
local sleepTime = 1.5
|
||||||
while true do
|
while true do
|
||||||
os.sleep(sleepTime)
|
os.sleep(socket and sleepTime or 5)
|
||||||
if config.deposit then
|
if config.deposit then
|
||||||
local neural = device.neuralInterface
|
local neural = device.neuralInterface
|
||||||
local inv = config.useShield and 'getEquipment' or 'getInventory'
|
local inv = config.useShield and 'getEquipment' or 'getInventory'
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Use 4 furnaces at once to smelt items.
|
|||||||
SETUP:
|
SETUP:
|
||||||
Place an introspection module into the turtles inventory.
|
Place an introspection module into the turtles inventory.
|
||||||
Connect with wired modem at bottom of turtle.
|
Connect with wired modem at bottom of turtle.
|
||||||
Place furnaces on each side EXCEPT for bottom and right.
|
Place furnaces on each side EXCEPT for bottom and left.
|
||||||
|
|
||||||
CONFIGURATION:
|
CONFIGURATION:
|
||||||
Set turtle as a "Generic Inventory"
|
Set turtle as a "Generic Inventory"
|
||||||
|
|||||||
Reference in New Issue
Block a user