Implemented 0x2F-ClientboundLevelParticle, 0x4B-ClientboundRecipeBookRemovePacket, 0x4C-ClientboundRecipeBookSettingsPacket packets
This commit is contained in:
21 files changed
+521
-49
No files matched your search
@@ -167,7 +167,7 @@ A lightweight minecraft client-side protocol library for Kotlin Native and JVM
|
||||
- [x] `0x2C` Keep Alive (`ClientboundKeepAlivePlayPacket`)
|
||||
- [ ] `0x2D` Level Chunk Update With Light (`ClientboundLevelChunkUpdateWithLightPacket`)
|
||||
- [x] `0x2E` Level Event (`ClientboundLevelEventPacket`)
|
||||
- [ ] `0x2F` Particle (`ClientboundParticlePacket`)
|
||||
- [x] `0x2F` Particle (`ClientboundLevelParticlePacket`) **NOTE: Slot data are parsed as raw ByteArray**
|
||||
- [ ] `0x30` Light Update (`ClientboundLightUpdatePacket`)
|
||||
- [x] `0x31` Login Play (`ClientboundLoginPlayPacket`)
|
||||
- [x] `0x32` Low Disk Space Warning (`ClientboundLowDiskSpaceWarningPacket`)
|
||||
@@ -195,8 +195,8 @@ A lightweight minecraft client-side protocol library for Kotlin Native and JVM
|
||||
- [x] `0x48` Synchronize Player Position (`ClientboundSynchronizePlayerPositionPacket`)
|
||||
- [x] `0x49` Player Rotation (`ClientboundPlayerRotationPacket`)
|
||||
- [ ] `0x4A` Recipe Book Add (`ClientboundRecipeBookAddPacket`)
|
||||
- [ ] `0x4B` Recipe Book Remove (`ClientboundRecipeBookRemovePacket`)
|
||||
- [ ] `0x4C` Recipe Book Settings (`ClientboundRecipeBookSettingsPacket`)
|
||||
- [x] `0x4B` Recipe Book Remove (`ClientboundRecipeBookRemovePacket`)
|
||||
- [x] `0x4C` Recipe Book Settings (`ClientboundRecipeBookSettingsPacket`)
|
||||
- [x] `0x4D` Remove Entities (`ClientboundRemoveEntitiesPacket`)
|
||||
- [x] `0x4E` Remove Entity Effect (`ClientboundRemoveEntityEffectPacket`)
|
||||
- [x] `0x4F` Reset Score (`ClientboundResetScorePacket`)
|
||||
|
||||
Reference in New Issue
Block a user