Swap from ISubRecipeProvider to discrete typed Recipe Providers in the API
Rover656 opened this issue ยท 0 comments
I think the best way to expose recipe datagen would be to have custom RecipeProvider base classes in com.enderio.enderio.api.data.
Honestly, the same goes for any of our data generators that we'd expect addons to consume.
This will hopefully mean addons don't need a compile-time dependency on the entirety of Ender IO.