File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
protocol/src/main/java/org/geysermc/mcprotocollib/protocol Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 219219
220220public class MinecraftCodec {
221221 public static final PacketCodec CODEC = PacketCodec .builder ()
222- .protocolVersion ((1 << 30 ) | 245 )
223- .minecraftVersion ("25w15a " )
222+ .protocolVersion ((1 << 30 ) | 246 )
223+ .minecraftVersion ("25w16a " )
224224 .state (ProtocolState .HANDSHAKE , MinecraftPacketRegistry .builder ()
225225 .registerServerboundPacket (ClientIntentionPacket .class , ClientIntentionPacket ::new )
226226 )
Original file line number Diff line number Diff line change 11package org .geysermc .mcprotocollib .protocol .data .game .entity .player ;
22
33public enum PlayerState {
4- START_SNEAKING ,
5- STOP_SNEAKING ,
64 LEAVE_BED ,
75 START_SPRINTING ,
86 STOP_SPRINTING ,
Original file line number Diff line number Diff line change @@ -1208,7 +1208,6 @@ public enum BuiltinSound implements Sound {
12081208 BLOCK_POWDER_SNOW_HIT ("block.powder_snow.hit" ),
12091209 BLOCK_POWDER_SNOW_PLACE ("block.powder_snow.place" ),
12101210 BLOCK_POWDER_SNOW_STEP ("block.powder_snow.step" ),
1211- ENTITY_PUFFER_FISH_AMBIENT ("entity.puffer_fish.ambient" ),
12121211 ENTITY_PUFFER_FISH_BLOW_OUT ("entity.puffer_fish.blow_out" ),
12131212 ENTITY_PUFFER_FISH_BLOW_UP ("entity.puffer_fish.blow_up" ),
12141213 ENTITY_PUFFER_FISH_DEATH ("entity.puffer_fish.death" ),
@@ -1301,6 +1300,7 @@ public enum BuiltinSound implements Sound {
13011300 ENTITY_SHEEP_HURT ("entity.sheep.hurt" ),
13021301 ENTITY_SHEEP_SHEAR ("entity.sheep.shear" ),
13031302 ENTITY_SHEEP_STEP ("entity.sheep.step" ),
1303+ ITEM_SHEARS_SNIP ("item.shears.snip" ),
13041304 ITEM_SHIELD_BLOCK ("item.shield.block" ),
13051305 ITEM_SHIELD_BREAK ("item.shield.break" ),
13061306 BLOCK_SHROOMLIGHT_BREAK ("block.shroomlight.break" ),
You can’t perform that action at this time.
0 commit comments