mirror of
https://github.com/kami-blue/client
synced 2025-02-19 06:37:35 +00:00
AutoEat don't eat clown fish
They're not bad for you, but they give you only half a hunger bar and are annoying when autofishing
This commit is contained in:
parent
0ccc126f61
commit
d66d3ab617
@ -45,7 +45,7 @@ class AutoEat : Module() {
|
||||
if (item === Items.ROTTEN_FLESH) return false
|
||||
if (item === Items.SPIDER_EYE) return false
|
||||
if (item === Items.POISONOUS_POTATO) return false
|
||||
if (item === Items.FISH && stack.metadata == 3) return false // Pufferfish
|
||||
if (item === Items.FISH && (stack.metadata == 3 || stack.metadata == 2)) return false // Pufferfish, Clown fish
|
||||
return true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user