
13.5K
30
Список изменений
New API added for easy packet registration in Velocity
// Example of UpdateTeam registration
PacketRegistration.of(UpdateTeamsPacket.class)
            .direction(Direction.CLIENTBOUND)
            .packetSupplier(UpdateTeamsPacket::new)
            .stateRegistry(StateRegistry.PLAY)
            .mapping(0x47, MINECRAFT_1_13, false)
            .mapping(0x4B, MINECRAFT_1_14, false)
            .mapping(0x4C, MINECRAFT_1_15, false)
            .mapping(0x55, MINECRAFT_1_17, false)
            .mapping(0x58, MINECRAFT_1_19_1, false)
            .mapping(0x56, MINECRAFT_1_19_3, false)
            .mapping(0x5A, MINECRAFT_1_19_4, false)
            .register();
What's Changed
- chore(deps): update dependency gradle to v8.1 in https://github.com/4drian3d/VPacketEvents/pull/9
- Added Packet Registration capability in https://github.com/4drian3d/VPacketEvents/pull/10
Full Changelog: https://github.com/4drian3d/VPacketEvents/compare/1.0.2...1.1.0
Метаданные
Канал релиза
Release
Номер версии
1.1.0
Загрузчики
Velocity
Версии игры
1.7.21.7.31.7.41.7.51.7.61.7.71.7.81.7.91.7.101.81.8.11.8.21.8.31.8.41.8.51.8.61.8.71.8.81.8.91.91.9.11.9.21.9.31.9.41.101.10.11.10.21.111.11.11.11.21.121.12.11.12.21.131.13.11.13.21.141.14.11.14.21.14.31.14.41.151.15.11.15.21.161.16.11.16.21.16.31.16.41.16.51.171.17.11.181.18.11.18.21.191.19.11.19.21.19.31.19.41.201.20.11.20.21.20.31.20.41.20.51.20.61.211.21.11.21.21.21.31.21.41.21.51.21.61.21.71.21.81.21.91.21.10
Загрузок
12.9K
Дата публикации
2 г. назад