accuracy
This commit is contained in:
parent
21c1fc09e7
commit
db6453fae0
@ -48,7 +48,7 @@ public class GoalYLevel implements Goal {
|
|||||||
}
|
}
|
||||||
if (pos.getY() < level) {
|
if (pos.getY() < level) {
|
||||||
// need to ascend
|
// need to ascend
|
||||||
return (level - pos.getY()) * JUMP_ONE_BLOCK_COST * 0.9;
|
return (level - pos.getY()) * JUMP_ONE_BLOCK_COST;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user