Minetweaker recipes not appearing/removing on Server for NEI

  • Thread starter Fretnotmyskeletonfriend
  • Start date
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.
 

SevenMass

Well-Known Member
Jan 2, 2013
283
137
69
The Netherlands
Did you make sure that both the server AND the client have the same MineTweaker script installed?
The server handles the actual crafting, but the client handles visuals. What you describe sounds like a typical case of client scripts being different than server scripts.
 
F

Fretnotmyskeletonfriend

Guest
Did you make sure that both the server AND the client have the same MineTweaker script installed?
The server handles the actual crafting, but the client handles visuals. What you describe sounds like a typical case of client scripts being different than server scripts.
And wow the solution was so simple. Thank you very much.