Darkhax-Minecraft / ItemStages

Allows items to be put into stages.
GNU Lesser General Public License v2.1
7 stars 18 forks source link

Staging breaks thaumcraft crafting recipes #38

Closed HarrisFauntleroy closed 6 years ago

HarrisFauntleroy commented 6 years ago

https://github.com/TheQuantumGeneral/Quaesitum/issues/38

stageModItems("stage3", "thaumcraft"); stageModItems("stage3", "thaumicjei");

setRecipeStageByMod("stage3", "thaumcraft"); setRecipeStageByMod("stage3", "thaumicjei");

Darkhax commented 6 years ago

This seems like it would be a recipe stages issue and not an item stages issue. I don't touch recipes at all, and items are not hidden to mods. If I am wrong or you have more info, let me know.