Leather Knapping
Package
import mods.terrafirmacraft.leatherKnapping;
Addition
leatherKnapping.addRecipe(String registryName, IItemStack output, String... pattern);
Removal
leatherKnapping.removeRecipe(IItemStack output);leatherKnapping.removeRecipe(String registryName);
Example
// quiver recipeleatherKnapping.addRecipe("recipe", <tfc:quiver>, " XXXX", "X XXX", "X XXX", "X XXX", " XXXX");