PfisterFactor / QuickerCrafting

A Minecraft 1.12 mod that implements factorio style crafting.
MIT License
8 stars 1 forks source link

Implement support for advanced vanilla IRecipes #9

Open PfisterFactor opened 4 years ago

PfisterFactor commented 4 years ago

Bug / Feature: Implement support for advanced vanilla IRecipes

What you'd expect it to do: Currently we only support shaped and shapeless recipes. Certain things like item repair, firework making, or dying aren't supported by the interface. Add special cases for these, and possibly an API for other modders.