Skip to content

Commit

Permalink
Update support version 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pugmatt committed Jun 13, 2024
1 parent 194842a commit 4d4e497
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4,204 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ public void joinGame() {
startGamePacket.setPlayerGameType(GameType.SURVIVAL);
startGamePacket.setPlayerPosition(Vector3f.from(0, 0, 0));
startGamePacket.setRotation(Vector2f.from(1, 1));
startGamePacket.setServerId("");
startGamePacket.setWorldId("");
startGamePacket.setScenarioId("");

startGamePacket.setSeed(-1);
startGamePacket.setDimensionId(0);
Expand Down
Loading

0 comments on commit 4d4e497

Please sign in to comment.