24w46a
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Deploy / build (push) Has been cancelled

This commit is contained in:
basaigh 2024-11-28 18:35:33 +00:00
parent 54d3fc21a6
commit aa7844fe8b
3 changed files with 2 additions and 4 deletions

View file

@ -216,9 +216,9 @@ import org.geysermc.mcprotocollib.protocol.packet.status.serverbound.Serverbound
public class MinecraftCodec {
public static final PacketCodec CODEC = PacketCodec.builder()
.protocolVersion((1 << 30) | 221)
.protocolVersion((1 << 30) | 222)
.helper(MinecraftCodecHelper::new)
.minecraftVersion("24w45a")
.minecraftVersion("24w46a")
.state(ProtocolState.HANDSHAKE, MinecraftPacketRegistry.builder()
.registerServerboundPacket(ClientIntentionPacket.class, ClientIntentionPacket::new)
)

View file

@ -33,7 +33,6 @@ public enum EntityType {
COMMAND_BLOCK_MINECART,
COW,
CREAKING,
CREAKING_TRANSIENT,
CREEPER,
DARK_OAK_BOAT,
DARK_OAK_CHEST_BOAT,

View file

@ -1337,7 +1337,6 @@ public enum BuiltinSound implements Sound {
BLOCK_SPAWNER_STEP("block.spawner.step"),
BLOCK_RESIN_BREAK("block.resin.break"),
BLOCK_RESIN_FALL("block.resin.fall"),
BLOCK_RESIN_HIT("block.resin.hit"),
BLOCK_RESIN_PLACE("block.resin.place"),
BLOCK_RESIN_STEP("block.resin.step"),
BLOCK_RESIN_BRICKS_BREAK("block.resin_bricks.break"),