Glowstone-Legacy icon indicating copy to clipboard operation
Glowstone-Legacy copied to clipboard

Finish updating packets

Open SpaceManiac opened this issue 10 years ago • 1 comments

Finish ~~transferring packets from net.glowstone.msg to the new system and~~ adding newly created packets. Only the PLAY protocol is missing packets currently. Packets associated with low-priority or unimplemented features are themselves low-priority. Documentation is at http://wiki.vg/Protocol.

Outbound:

  • [ ] 0A Use bed
  • [ ] 14 Entity nothing happens (?)
  • [ ] 20 Entity properties (?)
  • [ ] 25 Block break animation (shows crack effect)
  • [x] 27 Explosion (involves multi block change)
  • [x] 35 Update Block Entity (mob spawner)
  • [x] 3B-3E Scoreboards

SpaceManiac avatar Feb 11 '14 23:02 SpaceManiac

Commit 3b7d232ad168bd26bc9ef98add3c97e4bb0e2975 finishes updating the net.glowstone.msg package to the new system (though many of them are still unused). There are still several unimplemented packets remaining.

SpaceManiac avatar Feb 24 '14 21:02 SpaceManiac