adjusted fetching time
This commit is contained in:
parent
101f591f8f
commit
66bfac926b
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ public class AIRobotFetchItem extends AIRobot {
|
|||
} else {
|
||||
pickTime++;
|
||||
|
||||
if (pickTime > 20) {
|
||||
if (pickTime > 5) {
|
||||
TransactorSimple inventoryInsert = new TransactorSimple(robot);
|
||||
|
||||
target.getEntityItem().stackSize -= inventoryInsert.inject(
|
||||
|
|
Loading…
Reference in a new issue