Refined Storage

Refined Storage

77M Downloads

Make JSON Solderer recipes available for other modders

GazbonicAcid opened this issue ยท 6 comments

commented

Does the Solderer and what-not use the JSON recipe system in the MC 1.12 version?

commented

Is it possible for other mods to make usage of the json recipes loader? Like, just putting some files under assets/mymod/solderer_recipes?

commented

Not yet, I still have to make that happen somehow.

commented

Don't want to open up another issue for this simple question. Was there a reason why the removeRecipe method has been removed from the API?

commented

Yes, because the getRecipes return value in ISoldererRegistry is modifiable, so removeRecipe is unneeded.

commented

No, not yet

commented

In version 1.5.10 they will use JSON recipes, as the above commit.