summaryrefslogtreecommitdiffstats
path: root/nms-patches/PathfinderGoalBreed.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/PathfinderGoalBreed.patch')
-rw-r--r--nms-patches/PathfinderGoalBreed.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/nms-patches/PathfinderGoalBreed.patch b/nms-patches/PathfinderGoalBreed.patch
index e928ca43..4b9f88cf 100644
--- a/nms-patches/PathfinderGoalBreed.patch
+++ b/nms-patches/PathfinderGoalBreed.patch
@@ -1,6 +1,6 @@
--- a/net/minecraft/server/PathfinderGoalBreed.java
+++ b/net/minecraft/server/PathfinderGoalBreed.java
-@@ -69,11 +69,23 @@
+@@ -75,11 +75,23 @@
EntityAgeable entityageable = this.animal.createChild(this.partner);
if (entityageable != null) {
@@ -24,7 +24,7 @@
if (entityhuman != null) {
entityhuman.b(StatisticList.C);
-@@ -88,7 +100,7 @@
+@@ -94,7 +106,7 @@
this.partner.resetLove();
entityageable.setAgeRaw(-24000);
entityageable.setPositionRotation(this.animal.locX, this.animal.locY, this.animal.locZ, 0.0F, 0.0F);
@@ -33,7 +33,7 @@
Random random = this.animal.getRandom();
for (int i = 0; i < 7; ++i) {
-@@ -103,7 +115,7 @@
+@@ -109,7 +121,7 @@
}
if (this.a.getGameRules().getBoolean("doMobLoot")) {