You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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:
When I try to run on a minecraft.jar v1.5+, (including snapshot 13w11a) I get an error like this:
The text was updated successfully, but these errors were encountered: