Update to Minecraft 1.11

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2016-11-17 12:41:03 +11:00
parent 49bc1c57f9
commit 4e412ab4e3
279 changed files with 3722 additions and 2992 deletions

View File

@@ -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")) {