Pokechu22 / Burger

A simple tool for picking out information from the minecraft JARs, primarily useful for developers.
https://b.wiki.vg
MIT License
83 stars 15 forks source link

Fix ServerboundHelloPacket instructions #35

Closed mat-1 closed 2 years ago

mat-1 commented 2 years ago

Burger complains about "areturn" and "putfield" being unknown instructions when generating ServerboundHelloPacket (aka LOGIN_SERVERBOUND_00). This fixes it by ignoring the "areturn" instruction (and the other returns just in case).

Pokechu22 commented 2 years ago

Thanks!

This version will be used for new versions whenever data gets generated for them, but I haven't regenerated old data with it yet.