Bug Closed · Resolved

Custom AI not working on Villagers

#3168 opened by Unknown 4 years ago

Unknownreported this bug

Summary

Describe the bug encountered in detail.

Steps to reproduce

Use the following configuration options to make a villager stop wandering around:

  AIGoalSelectors:
  - clear
  Options:
    MovementSpeed: 0

Current behavior

If adding a custom AI like clear the villager will still walk around. Setting the option MovementSpeed to 0 won't work either.

Intended correct behavior

Prevent the Villager from walking around.

Server log file

https://pastebin.com/DErr7yCw https://pastebin.com/vr30wgcC

Debug log snippet

On plugin reload.

Proposed fixes

Preventing a villagers' walking movement should be re-enabled in some way.

Unknowncommented

Villagers internally use a completely different AI system and are not compatible anymore with the way we modify things.

Sign in to join the discussion.