PfisterFactor / QuickerCrafting

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

Forestry Compatibility #22

Open MechanosG opened 4 years ago

MechanosG commented 4 years ago

What you'd expect it to do: Be able to craft hill cherry wood logs into planks.

What it actually did (bugs only): Nothing. lol

Steps to reproduce (bugs only): Cut down a hill cherry, then try to use QuickerCrafting to make some planks. It won't detect the recipe.

Jokes aside, Forestry compatibility would be cool. I'm kinda surprised that the plank crafting isn't detected. Does Forestry do something weird when it registers it's recipes?

MC 1.12.2 forge-14.23.5.2847 forestry_1.12.2-5.8.2.414.jar quickercrafting-0.9.2.jar

PfisterFactor commented 4 years ago

Forestry's ShapedRecipeCustom doesn't populate the ingredients arraylist so my RecipeGraph thinks it's not a valid recipe. ~Shouldn't be hard to fix~. I lied, it might be a bit more involved.