tightened up some timings
This commit is contained in:
parent
5c2baa33bb
commit
27c155ef70
@ -1,7 +1,7 @@
|
|||||||
import java.awt.Point
|
import java.awt.Point
|
||||||
|
|
||||||
fun main() {
|
fun main() {
|
||||||
// Routines.fullRunIncense(29, 29, 29, 29)
|
// Routines.fullRunIncense(0, 0, 0, 257)
|
||||||
Routines.processInventoryAtFurnace(28)
|
Routines.processInventoryAtFurnace(3566)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -151,7 +151,7 @@ object Routines {
|
|||||||
bankPoint,
|
bankPoint,
|
||||||
KeyEvent.VK_F3,
|
KeyEvent.VK_F3,
|
||||||
KeyEvent.VK_3,
|
KeyEvent.VK_3,
|
||||||
21000,
|
17000,
|
||||||
Doer.TICK_DURATION_MS,
|
Doer.TICK_DURATION_MS,
|
||||||
)
|
)
|
||||||
Agent.doStandingTask(params)
|
Agent.doStandingTask(params)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user