[1.12] Allow using ResourceLocation as a constructor argument for PageIRecipe for json recipes
The-Fireplace opened this issue ยท 3 comments
As the title says, it would be nice to be able to construct a PageIRecipe from a ResourceLocation, so it can load directly from the recipe json files. It can be done anyways, using new PageIRecipe(CraftingManager.getRecipe(ResourceLocation))
, so adding that constructor would allow people to skip a step.
Got it. Any estimate on how long it'll be?
EDIT: Lol, wrong button. Didn't mean to close it again.
I need to figure out a proper fix for #77 first. Almost there.