Paper/nms-patches/PathfinderGoalSit.patch
2020-06-25 10:00:00 +10:00

12 Zeilen
473 B
Diff

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