Recipe Problem/Bug
Opened this issue ยท 8 comments
i am using convenient additions mod, and there is adventurer's pickaxe in that mod. adventurer's pickaxe can be repaired by it is material, for example you can repair your iron adventurer's pickaxe with an iron ingot in shapeless crafting. but when i install igcm, i can not repair my adventurer's pickaxe, no output/result on crafting. please help. thanks
QbDesu/ConvenientAdditions#20
@CreativeMD I don't know how your mod operates, so I don't know about this one. The recipe in question is just a custom implementation of IRecipe. Is there something I should look after to make sure my mod's compatibility with yours?
I might have an idea what could cause the issue. IGCM tries to give every recipe a unique key, so the client knows what the server means and the other way round. If IGCM is not able to read either the input nor the output, the key of the recipe won't be unique, which can cause some issues. I will think about a way to fix it.
Does this fix the problem?
https://www.dropbox.com/s/qbrrjr87dw5w7nw/IGCM%20beta%20v1.1.0%20mc1.11.2.zip?dl=1
hey ah, i just tried that version but it caused this problem again such as before. :(
oh sorry, it is happening without IGCM too. let me check what's causing this, then try this bug fix.