fixed main from prior commit

This commit is contained in:
dtookey 2023-08-05 07:23:52 -04:00
parent 075117e354
commit 065d85dd59

View File

@ -2,7 +2,6 @@ import java.awt.Point
fun main() {
// Routines.fullRunIncense(0, 8916, 9462, 4808)
val params = TaskParams(1000, 28, chest = Point(0, 0))
Routines.processInventoryAtFurnace(params)
Routines.processInventoryAtFurnace(100)
}