explain what invert means
This commit is contained in:
parent
2fac594315
commit
714c6773c3
@ -442,6 +442,11 @@ public class ExampleBaritoneControl implements Helper, AbstractGameEventListener
|
|||||||
try {
|
try {
|
||||||
baritone.getExploreProcess().applyJsonFilter(path1, invert);
|
baritone.getExploreProcess().applyJsonFilter(path1, invert);
|
||||||
logDirect("Loaded filter. Inverted: " + invert);
|
logDirect("Loaded filter. Inverted: " + invert);
|
||||||
|
if (invert) {
|
||||||
|
logDirect("Chunks on this list will be treated as possibly unexplored, all others will be treated as certainly explored");
|
||||||
|
} else {
|
||||||
|
logDirect("Chunks on this list will be treated as certainly explored, all others will be treated as possibly unexplored");
|
||||||
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
logDirect("Unable to load " + path1);
|
logDirect("Unable to load " + path1);
|
||||||
|
Loading…
Reference in New Issue
Block a user