-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Incomplete] Update Burger for MC 1.8.3 #12
Conversation
…bute if it exists.
…ler, added Disassembler. Stubbed out Context.
…pswitch, existing code does not need to be (but should be) changed. Lookupswitch's value has been changed to a tuple.
namedtuple for < 2.6
…_init__. Fix a raise.
JarFile no longer has a map() method. Processing will be left up to the user, if required. Added .classes(), .all(), .class_list(), .count(), .o pen_class(). This should suffice for the majority of users, and extende d functionality can be implemented using the JarFile.zp property.
.items() -> .values()
Branched from https://github.com/deathcap/Solum/blob/156ed39c493cdaaaffd661636a55f8da0604b6db/solum/classfile/constants.py Merge branch 'solum1' Conflicts: .gitignore README.md
…lower Plains in wrong class
The original code uses something with mapping methods calls, which is no longer apparently used
Here, have some love from #mcdevs:
|
Previously, since () is falsly, it would be treated as if no args were specified to match. Explicitly check against None to allow this case.
@deathcap it looks like @Pokechu22 is building on top of this in his fork at https://github.com/Pokechu22/Burger |
* Update README to reflect current state * Remove solum stuff from README (we're using jawa now) * Remove temporary hack from munch.py * Make website.py load 1.9 rather than 1.8.3 Closes #12 (since this extends upon it)
Burger update for Minecraft 1.8.3, not complete but it is functional enough to run and extract some data. Opening this PR for what I have so far in case anyone would like to help. Status: