Skip to content

Commit 7f278fb

Browse files
committed
actually update the number, oops
1 parent 01a2b1b commit 7f278fb

File tree

1 file changed

+1
-1
lines changed
  • bedrock-codec/src/main/java/org/cloudburstmc/protocol/bedrock/codec/v898

1 file changed

+1
-1
lines changed

bedrock-codec/src/main/java/org/cloudburstmc/protocol/bedrock/codec/v898/Bedrock_v898.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class Bedrock_v898 extends Bedrock_v860 {
3535
.build();
3636

3737
public static final BedrockCodec CODEC = Bedrock_v860.CODEC.toBuilder()
38-
.protocolVersion(897)
38+
.protocolVersion(898)
3939
.minecraftVersion("1.21.130")
4040
.helper(() -> new BedrockCodecHelper_v898(ENTITY_DATA, GAME_RULE_TYPES, ITEM_STACK_REQUEST_TYPES, CONTAINER_SLOT_TYPES, PLAYER_ABILITIES, TEXT_PROCESSING_ORIGINS))
4141
.updateSerializer(AnimatePacket.class, AnimateSerializer_v898.INSTANCE)

0 commit comments

Comments
 (0)