Open Nedelosk opened 7 years ago
I think the best way to do this is first make recipes implement a generic API like Forestry does with ICraftingProvider. After that you can build CraftTweaker support on top of the API pretty cleanly and easily.
ICraftingProvider
Nice, I see you're already doing that. 👍
I think the best way to do this is first make recipes implement a generic API like Forestry does with
ICraftingProvider
. After that you can build CraftTweaker support on top of the API pretty cleanly and easily.