Fix nether portal rotation
This commit is contained in:
parent
b5072ca886
commit
4c7c284411
@ -118,7 +118,7 @@ public class Portal {
|
|||||||
this.modX = modX;
|
this.modX = modX;
|
||||||
this.modZ = modZ;
|
this.modZ = modZ;
|
||||||
this.rotX = rotX;
|
this.rotX = rotX;
|
||||||
this.rot = rotX == 90.0F || rotX == 270.0F ? Axis.X : Axis.Z;
|
this.rot = rotX == 0.0F || rotX == 180.0F ? Axis.X : Axis.Z;
|
||||||
this.id = id;
|
this.id = id;
|
||||||
this.destination = dest;
|
this.destination = dest;
|
||||||
this.button = button;
|
this.button = button;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user