TkTech / Burger

A simple tool for picking out information from the minecraft JARs, primarily useful for developers.
MIT License
145 stars 33 forks source link

Minecraft 1.5+ breaks Burger #11

Closed dominicbarnes closed 11 years ago

dominicbarnes commented 11 years ago

When I try to run on a minecraft.jar v1.5+, (including snapshot 13w11a) I get an error like this:

Traceback (most recent call last):
  File "Burger/munch.py", line 238, in <module>
    topping.act(aggregate, jar, verbose)
  File "/home/dominic/Dropbox/Development/node-minecraft-ids/Burger/burger/toppings/blocks.py", line 164, in act
    for instruction in constructor.instructions:
AttributeError: 'NoneType' object has no attribute 'instructions'
dalbothek commented 11 years ago

I'm aware of that, it's caused by the new texture system. I have already modified the items topping to work with newer versions but I still have to figure out a way to render the blocks somehow. Until I find time to do that you can use burger without the broken toppings:

python munch.py -t packetinstructions,version,objects,stats minecraft.jar