2016-03-02 23:25:35 +01:00
|
|
|
--- a/net/minecraft/server/EnderDragonBattle.java
|
|
|
|
+++ b/net/minecraft/server/EnderDragonBattle.java
|
2016-06-09 03:43:49 +02:00
|
|
|
@@ -246,7 +246,7 @@
|
2016-03-02 23:25:35 +01:00
|
|
|
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;
|
2016-06-09 03:43:49 +02:00
|
|
|
@@ -266,7 +266,7 @@
|
2016-03-02 23:25:35 +01:00
|
|
|
|
|
|
|
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;
|