PaperMC/nms-patches/PathfinderGoalSit.patch
2019-12-11 09:00:00 +11:00

11 lines
458 B
Diff

--- a/net/minecraft/server/PathfinderGoalSit.java
+++ b/net/minecraft/server/PathfinderGoalSit.java
@@ -20,7 +20,7 @@
@Override
public boolean a() {
if (!this.entity.isTamed()) {
- return false;
+ return this.willSit && this.entity.getGoalTarget() == null; // CraftBukkit - Allow sitting for wild animals
} else if (this.entity.az()) {
return false;
} else if (!this.entity.onGround) {