QuiltMC / quilt-standard-libraries

A set of libraries to assist in making Quilt mods.
Apache License 2.0
152 stars 85 forks source link

Update RecipeManagerMixin.java #360

Closed Platymemo closed 7 months ago

Platymemo commented 7 months ago

Fixes the crash while crafting. Recipes in the RecipeManager are referred to with RecipeHolders now, which contain both the Recipe and the Identifier. We may want to swap to using them for the added information of the Identifier, but that would be a breaking API change.