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

1.12 fixes #21

Closed Pokechu22 closed 7 years ago

Pokechu22 commented 7 years ago

These commits make burger work with 1.12, dealing with the changes to the recipe format and some new packets.

Note that 26087bf is pretty hacky; I haven't come up with the perfect solution there. The reason for that is because recipes in 1.12 can have different ingredients in a single JSON file, and all ingredients need to be listed as separate results in burger (we can't use a list of items there). The result is fairly ugly; suggestions on how to do it better would be appreciated.