Skip to content

Commit

Permalink
Fix moose being hungy bois
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow authored Nov 22, 2019
1 parent b1ee1a2 commit 16ef1d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protected void collideWithNearbyEntities() {
}

protected EntityAIEatGrassCustom provideEatTask() {
return new EntityAIEatGrassCustom(this, 50, 50, eater -> {
return new EntityAIEatGrassCustom(this, 50, 500, eater -> {
EnumFacing facing = eater.getHorizontalFacing();
return eater.getPosition().offset(facing).offset(facing);
});
Expand Down

0 comments on commit 16ef1d4

Please sign in to comment.