Update src/api/java/baritone/api/Settings.java
This commit is contained in:
parent
1c27b9b712
commit
084798bd1b
@ -203,7 +203,7 @@ public final class Settings {
|
|||||||
/**
|
/**
|
||||||
* blocks that baritone shouldn't break, but can if it needs to.
|
* blocks that baritone shouldn't break, but can if it needs to.
|
||||||
*/
|
*/
|
||||||
public final Setting<List<Block>> blocksToDiscourageBreaking = new Setting<>(new ArrayList<>(Arrays.asList(
|
public final Setting<List<Block>> blocksToDiscourageBreaking = new Setting<>(new ArrayList<>(Arrays.asList(
|
||||||
)));
|
)));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user