Update to Minecraft 1.10.2

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2016-06-25 11:54:17 +10:00
parent 26aaa4aceb
commit 1908fefc12
8 changed files with 23 additions and 43 deletions

View File

@@ -1,20 +0,0 @@
--- a/net/minecraft/server/EnderDragonBattle.java
+++ b/net/minecraft/server/EnderDragonBattle.java
@@ -246,7 +246,7 @@
ShapeDetector.ShapeDetectorCollection shapedetector_shapedetectorcollection = this.f.a(this.d, tileentity.getPosition());
if (shapedetector_shapedetectorcollection != null) {
- BlockPosition blockposition = shapedetector_shapedetectorcollection.a(3, 3, 4).getPosition();
+ BlockPosition blockposition = shapedetector_shapedetectorcollection.a(3, 3, 3).getPosition(); // CraftBukkit - 4 -> 3
if (this.o == null && blockposition.getX() == 0 && blockposition.getZ() == 0) {
this.o = blockposition;
@@ -266,7 +266,7 @@
if (shapedetector_shapedetectorcollection1 != null) {
if (this.o == null) {
- this.o = shapedetector_shapedetectorcollection1.a(3, 3, 4).getPosition();
+ this.o = shapedetector_shapedetectorcollection1.a(3, 3, 3).getPosition(); // CraftBukkit - 4 -> 3
}
return shapedetector_shapedetectorcollection1;