bravoserver / bravo

UNMAINTAINED: Reverse-engineered Minecraft stuff. Worked with 1.4.x protocol
http://bravoserver.org/
Other
206 stars 45 forks source link

Beta 1.8 protocol support and code shuffle #346

Closed MostAwesomeDude closed 12 years ago

MostAwesomeDude commented 12 years ago

That's right, two things on one bug. Oh snap.

I want to do two things. One is support Beta 1.8 protocol. The other is refactor packages and modules such that:

bravo/(\w+)/beta.py -> bravo/beta/\1.py

This will also create the bravo.infini package.

I'm putting them in one bug because this is the bug defining Bravo 1.8 API breakage; people out there importing Bravo are going to have to change lots of imports.

MostAwesomeDude commented 12 years ago

This is done.