explain for brainlets
This commit is contained in:
parent
3329db1dae
commit
71482cc984
@ -58,7 +58,9 @@ public final class Settings {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* It doesn't actually take twenty ticks to place a block, this cost is so high
|
* It doesn't actually take twenty ticks to place a block, this cost is so high
|
||||||
* because we want to generally conserve blocks which might be limited
|
* because we want to generally conserve blocks which might be limited.
|
||||||
|
* <p>
|
||||||
|
* Decrease to make Baritone more often consider paths that would require placing blocks
|
||||||
*/
|
*/
|
||||||
public final Setting<Double> blockPlacementPenalty = new Setting<>(20D);
|
public final Setting<Double> blockPlacementPenalty = new Setting<>(20D);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user