forked from RepoMirrors/kami-blue
add exp to passItemCheck
This commit is contained in:
parent
7a207f3779
commit
d51a5b0d67
|
@ -111,6 +111,7 @@ public class OffhandGap extends Module {
|
||||||
if (item instanceof ItemFlintAndSteel) return false;
|
if (item instanceof ItemFlintAndSteel) return false;
|
||||||
if (item instanceof ItemFishingRod) return false;
|
if (item instanceof ItemFishingRod) return false;
|
||||||
if (item instanceof ItemArmor) return false;
|
if (item instanceof ItemArmor) return false;
|
||||||
|
if (item instanceof ItemExpBottle) return false;
|
||||||
if (preferBlocks.getValue() && item instanceof ItemBlock) return false;
|
if (preferBlocks.getValue() && item instanceof ItemBlock) return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue