Skip to content

Commit

Permalink
Merge pull request #57 from SkyderG/develop
Browse files Browse the repository at this point in the history
chore: change protocol version to 686
  • Loading branch information
PMK744 authored Jul 9, 2024
2 parents a862a20 + 5173bf5 commit bd5653f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Contains the current protocol version and Minecraft version

const PROTOCOL_VERSION = 685;
const MINECRAFT_VERSION = "1.21.0";
const PROTOCOL_VERSION = 686;
const MINECRAFT_VERSION = "1.21.2";
const MINECRAFT_TICK_SPEED = 50;

export { PROTOCOL_VERSION, MINECRAFT_VERSION, MINECRAFT_TICK_SPEED };

0 comments on commit bd5653f

Please sign in to comment.