PaperMC/paper-server/nms-patches/PathfinderGoalSit.patch
CraftBukkit/Spigot a8155d2399 Update to Minecraft 1.14.3-pre4
By: md_5 <git@md-5.net>
2019-06-21 20:00:00 +10: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.av()) {
return false;
} else if (!this.entity.onGround) {