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.
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.