@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user