Loom - StrayWolfe/TFC-Tweaker GitHub Wiki
##Add Recipe
Output Stack, Input Stack, Cosmetic Loom Overlay (Range 1-3: 1-String, 2-Silk, 3-Rope; Default: 1)[Optional]
mods.Terrafirmacraft.Loom.addRecipe(<minecraft:wool>, <terrafirmacraft:item.WoolCloth> * 4, 1);
mods.Terrafirmacraft.Loom.addRecipe(<minecraft:wool>, <terrafirmacraft:item.WoolCloth> * 4);
Output Stack, Input Stack, Image Overlay Location("modID:location")
mods.Terrafirmacraft.Loom.addRecipe(<minecraft:wool:11>, <terrafirmacraft:item.WoolCloth> * 4, "minecraft:blocks/wool_colored_blue");
##Remove Recipe
Input Stack {Stack size must be the same as the original recipe to be removed}
mods.Terrafirmacraft.Loom.removeRecipe(<terrafirmacraft:item.WoolYarn> * 16);