PfisterFactor / QuickerCrafting

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

Use JEI's ingredient list rather than build our own #10

Open PfisterFactor opened 4 years ago

PfisterFactor commented 4 years ago

Bug / Feature: Use JEI's ingredient list rather than build our own

What you'd expect it to do: If JEI is installed, they keep a database of ingredients. We can use that rather than build our own. It'll cut down on load time and memory by a small amount.