autoeat don't eat pufferfish

I did this on a phone sorry if it doesn't build
This commit is contained in:
Bella Who 2020-03-20 09:12:31 -04:00 committed by GitHub
parent d5f461200c
commit 44a1638201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ public class AutoEat extends Module {
private boolean passItemCheck(Item item) {
if (item == Items.ROTTEN_FLESH) return false;
if (item == Items.SPIDER_EYE) return false;
if (item == Items.PUFFER_FISH) return false;
return true;
}