explain what invert means

This commit is contained in:
Leijurv 2019-04-22 14:51:07 -07:00
parent 2fac594315
commit 714c6773c3
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -442,6 +442,11 @@ public class ExampleBaritoneControl implements Helper, AbstractGameEventListener
try {
baritone.getExploreProcess().applyJsonFilter(path1, 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) {
e.printStackTrace();
logDirect("Unable to load " + path1);