Leather Knapping

Link to leather-knapping

ZenScript
Copy
import mods.terrafirmacraft.leatherKnapping;
ZenScript
Copy
leatherKnapping.addRecipe(String registryName, IItemStack output, String... pattern);
ZenScript
Copy
leatherKnapping.removeRecipe(IItemStack output);
leatherKnapping.removeRecipe(String registryName);
ZenScript
Copy
// quiver recipe
leatherKnapping.addRecipe("recipe", <tfc:quiver>, " XXXX", "X XXX", "X XXX", "X XXX", " XXXX");