Paper/nms-patches/PathfinderGoalSit.patch
2018-07-15 10:00:00 +10:00

12 lines
445 B
Diff

--- a/net/minecraft/server/PathfinderGoalSit.java
+++ b/net/minecraft/server/PathfinderGoalSit.java
@@ -12,7 +12,7 @@
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.aq()) {
return false;
} else if (!this.entity.onGround) {