add exp to passItemCheck

This commit is contained in:
S-B99 2020-03-08 12:05:52 -04:00
parent 7a207f3779
commit d51a5b0d67
No known key found for this signature in database
GPG Key ID: 03B01AC937D1C89C
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ public class OffhandGap extends Module {
if (item instanceof ItemFlintAndSteel) return false;
if (item instanceof ItemFishingRod) return false;
if (item instanceof ItemArmor) return false;
if (item instanceof ItemExpBottle) return false;
if (preferBlocks.getValue() && item instanceof ItemBlock) return false;
}
return true;