Skip to content

Commit

Permalink
fix structure rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
warior456 committed Aug 25, 2024
1 parent ed34355 commit 9ea8b10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public TeleportTarget createTeleportTarget(ServerWorld world, Entity entity, Blo
serverWorld,
vec3d,
entity.getVelocity(),
entity.getYaw() -180,
entity.getYaw(),
entity.getPitch(),
TeleportTarget.SEND_TRAVEL_THROUGH_PORTAL_PACKET.then(TeleportTarget.ADD_PORTAL_CHUNK_TICKET)
);
Expand Down
Binary file not shown.

0 comments on commit 9ea8b10

Please sign in to comment.