admissible heuristic sigh

This commit is contained in:
leijurv 2018-08-17 20:46:33 -07:00
parent 85dcedc26a
commit f23683fbaa
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ public class Settings {
Item.getItemFromBlock(Blocks.NETHERRACK)
));
public Setting<Double> costHeuristic = new <Double>Setting<Double>(4D);
public Setting<Double> costHeuristic = new <Double>Setting<Double>(3.5D);
// obscure internal A* settings that you probably don't want to change
public Setting<Integer> pathingMaxChunkBorderFetch = new Setting<>(50);
@ -60,7 +60,7 @@ public class Settings {
public Setting<Boolean> chuckCaching = new Setting<>(false);
public Setting<Integer> planningTickLookAhead = new Setting<>(150);
public Setting<Integer> planningTickLookAhead = new Setting<>(150);/**/
public Setting<Boolean> chatDebug = new Setting<>(true);
public Setting<Boolean> chatControl = new Setting<>(true); // probably false in impact