FatherToast / SpecialAI

Adds additional AI patterns to mobs to make the game more challenging. 'Passive' mobs will fight back, monsters will break light sources and wooden doors, some mobs gain random extra abilities, and villages are more... village-y.
8 stars 7 forks source link

[1.16.5 Forge] Small passive mobs cannot touch items they want to eat on their own #27

Closed Kaleidio closed 5 months ago

Kaleidio commented 1 year ago

Setup

Describe the bug The pathfinding for chickens against seeds makes their hitbox never overlap the target. This results in several standing around seeds, staring at them, but never eating them unless you push them.

To Reproduce

  1. Set "animals.eat_breeding_items" to true
  2. Spawn a chicken.
  3. Set down seeds.
  4. Watch as the chicken pathfinds, but then stops, standing around it, staring at the seeds until the end of time.
Sarinsa commented 5 months ago

Fixed