Mojira Archive
MC-226103

The behavior of goats is slow and delayed when attempting to ram entities while tempted

The Bug:

The behavior of goats is slow and delayed when attempting to ram entities while tempted with their favorite food.

Steps to Reproduce:

  1. Summon a goat and switch into survival mode.
  2. Obtain some wheat and hold it in your hand so that the goat is tempted and follows you.
  3. Alter the goat's NBT data to make it want to ram nearby entities by using the command provided below. 
    /execute as @e[type=minecraft:goat,limit=1,sort=nearest] run data modify entity @s Brain.memories."minecraft:ram_cooldown_ticks".value set value 1
  4. Repeat the above step if the goat failed to ram you after a fair amount of time.
  5. Observe the behavior of the goat as it attempts to ram you.
  6. Take note as to whether or not the behavior of goats is slow and delayed when attempting to ram entities while tempted.

Observed Behavior:

The behavior of goats is slow and delayed.

Expected Behavior:

The behavior of goats would not be slow and delayed.