Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
Update lobby location
Browse files Browse the repository at this point in the history
Update lobby location to be in the correct place in the `lobby-world`.
  • Loading branch information
esotericenderman committed Oct 16, 2024
1 parent 74217c8 commit 1d87c99
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/lobby-location.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"worldName": "world",
"x": 357,
"y": 106,
"z": -535,
"yaw": 90,
"x": 285,
"y": 132,
"z": -100,
"yaw": 180,
"pitch": 0
}

0 comments on commit 1d87c99

Please sign in to comment.