change useSwordToMine to default to false.
Signed-off-by: Sam Corbett <sam@corbettchocolates.com>
This commit is contained in:
parent
49bc96dc7e
commit
b9eeab06a1
@ -1111,7 +1111,7 @@ public final class Settings {
|
|||||||
/**
|
/**
|
||||||
* Use sword to mine.
|
* Use sword to mine.
|
||||||
*/
|
*/
|
||||||
public final Setting<Boolean> useSwordToMine = new Setting<>(true);
|
public final Setting<Boolean> useSwordToMine = new Setting<>(false);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Desktop notifications
|
* Desktop notifications
|
||||||
|
Loading…
x
Reference in New Issue
Block a user