Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

Leather Knapping

Package

script.zs
import mods.terrafirmacraft.leatherKnapping;

Addition

script.zs
leatherKnapping.addRecipe(String registryName, IItemStack output, String... pattern);

Removal

script.zs
leatherKnapping.removeRecipe(IItemStack output);
leatherKnapping.removeRecipe(String registryName);

Example

script.zs
// quiver recipe
leatherKnapping.addRecipe("recipe", <tfc:quiver>, " XXXX", "X XXX", "X XXX", "X XXX", " XXXX");