I'm trying to add a very simple crafting recipe, just to make one torch from one stick and one IC2 sticky resin. I'm running into 2 problems with it. I can't get it to change the output from 4 torches to 1 torch, and the recipe itself doesn't show in NEI. It works along with all of the other existing torch recipes, just won't show up even after I've restarted the pack. Does anyone have suggestions?
I'm using 1.7.10 and the code in question is
recipes.addShaped(<minecraft:torch> * 1,[[<IC2:itemHarz>],[<minecraft:stick>]]);
I'm using 1.7.10 and the code in question is
recipes.addShaped(<minecraft:torch> * 1,[[<IC2:itemHarz>],[<minecraft:stick>]]);