[1.12.2] Enderio recipes
Mikotochan opened this issue ยท 2 comments
Description of the issue:
When changing the recipe of an EnderIO material (such as making the dark steel ingot require steel rather than iron) in EnderIO's XML recipe files (config/enderio/recipes/user) the arc furnace still uses the old recipes. I think that it would be desirable rather than having a few hard-coded recipes (in
) to automatically detect any recipes for such items.When changing the recipe of an EnderIO material
in which way?
to my knowledge you can modify all arcfurnace recipes using crafttweaker
Basing it on their recipes loaded from their xml would require actively tying into EIO and making use of API (if they provide recipes in there) or reflecting into it.
I don't feel like doing either.
IE's current implementation of their recipes is fully oredictionary based (and would for instance work if another mod added DarkSteel) and I like to keep it that way.
As mindforger said, changing IE's recipes with CraftTweaker is probably your best option.