-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Villager not pathfinding correctly #4037
Copy link
Copy link
Closed
Labels
type: bugSomething doesn't work as it was intended to.Something doesn't work as it was intended to.upstream: vanillaIssue exists in vanilla Minecraft.Issue exists in vanilla Minecraft.
Metadata
Metadata
Assignees
Labels
type: bugSomething doesn't work as it was intended to.Something doesn't work as it was intended to.upstream: vanillaIssue exists in vanilla Minecraft.Issue exists in vanilla Minecraft.
Type
Fields
Give feedbackNo fields configured for Bug.
When building a compact villager trading hall with npc aligned on the x axis (negative x coordinates), villagers believe their workstation to be one block further in the negative x-direction than it really is which causes them to be unable to restock their trades. However, in singleplayer (non-paper) the villagers find the workstations properly.
Behavior expected:
Villager has "minecraft:job_site": {value: {pos: [I; x, y, z]}} when working at workstation at position (x, y, z) when using
/data get entity @e[type=minecraft:villager, limit=1, sort=nearest] Brain
Behavior noted:
Villager has "minecraft:job_site": {value: {pos: [I; x-1, y, z]}} when working at workstation at position (x, y, z) when using
/data get entity @e[type=minecraft:villager, limit=1, sort=nearest] Brain
Steps to reproduce:
https://www.youtube.com/watch?v=aK2d5-X898o