This commit is contained in:
Leijurv 2019-12-13 20:46:12 -08:00
parent 2c3e1f4232
commit 937d4cc884
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -196,7 +196,7 @@ public final class Settings {
/**
* If this is true, the builder will treat all non-air blocks as correct. It will only place new blocks.
*/
public final Setting<Boolean> buildIgnoreExisting = new Setting<>(true);
public final Setting<Boolean> buildIgnoreExisting = new Setting<>(false);
/**
* If this setting is true, Baritone will never break a block that is adjacent to an unsupported falling block.