Skip to content
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

Minecraft 1.5+ breaks Burger #11

Closed
dominicbarnes opened this issue Mar 15, 2013 · 1 comment
Closed

Minecraft 1.5+ breaks Burger #11

dominicbarnes opened this issue Mar 15, 2013 · 1 comment

Comments

@dominicbarnes
Copy link

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
Copy link
Contributor

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 

Pokechu22 added a commit that referenced this issue Oct 8, 2018
See #11.  Note that these may be 3 times smaller than the values on the wiki (or 5 times smaller), due to how the calculation works ingame.
Pokechu22 added a commit that referenced this issue Oct 8, 2018
See #11.  Only present for blocks that have it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants