F
Fretnotmyskeletonfriend
Guest
Removing a recipe with
recipes.remove(<magicalcrops:magicalcrops_MagicSeedsCoal>);
does not result in any errors and prevents players from crafting it but it still shows up in NEI and if you were to put the ingredients into your crafting grid it would still show the output but you can't take it out.
Adding a recipe such as
RuneAltar.addRecipe(<magicalcrops:magicalcrops_MagicSeedsCoal>, [essenceSeeds, essenceWeak, essenceWeak, essenceWeak, essenceWeak, coalEssence, coalEssence, coalEssence, <minecraft:coal:1>], 5000);
Crafts perfectly find on the alter but NEI does not show how to do it and instead shows the original recipe still and the alter does not show it's mana stored progress towards creating the item.
It's a little odd and I've run out of solutions towards solving this.
recipes.remove(<magicalcrops:magicalcrops_MagicSeedsCoal>);
does not result in any errors and prevents players from crafting it but it still shows up in NEI and if you were to put the ingredients into your crafting grid it would still show the output but you can't take it out.
Adding a recipe such as
RuneAltar.addRecipe(<magicalcrops:magicalcrops_MagicSeedsCoal>, [essenceSeeds, essenceWeak, essenceWeak, essenceWeak, essenceWeak, coalEssence, coalEssence, coalEssence, <minecraft:coal:1>], 5000);
Crafts perfectly find on the alter but NEI does not show how to do it and instead shows the original recipe still and the alter does not show it's mana stored progress towards creating the item.
It's a little odd and I've run out of solutions towards solving this.