robotman3000 / DragonProxy

A proxy for Minecraft Pocket Edition connecting to Minecraft PC servers, such as Mineplex.
http://dragonet.org
GNU General Public License v3.0
8 stars 1 forks source link

Complete protocol support #6

Open robotman3000 opened 7 years ago

robotman3000 commented 7 years ago

Packet translators are required for the following packets

PC Server to Client Todo: make checklist

PE Client to Server Todo: make checklist

MrPowerGamerBR commented 7 years ago

When the chunk are fixed (because it is a bit difficult testing the packets while you are falling...) I will try adding the missing translators.

robotman3000 commented 7 years ago

Ok, thanks. Before you start, I am working on a slight redesign of the networking system to make it easier to maintain and update when new versions of Minecraft come out. The new network system will also involve many changes to the translator system to provide better abstraction. I hope to document this new design in the wiki soon.

DefinitlyEvil commented 7 years ago

@robotman3000 I will learn a lot from u :D