Skip to content

Commit

Permalink
Fix typo in BlockStateData versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Aug 14, 2024
1 parent 0e78556 commit dbdefb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/bedrock/block/BlockStateData.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ final class BlockStateData{
*/
public const CURRENT_VERSION =
(1 << 24) | //major
(22 << 16) | //minor
(21 << 16) | //minor
(20 << 8) | //patch
(0); //revision

Expand Down

0 comments on commit dbdefb5

Please sign in to comment.