Description
SewingKit is a rewrite of CraftTweaker for Fabric, it has very limited support, and is a very watered down version.
Available commands:
logger.logInfo(String msg);logger.logCommand(String msg);logger.logInfo(String msg);logger.logWarning(String msg);logger.logError(String msg);recipes.addShapelessRecipe(String name, MCItemStack output, IIngredient[] inputs);recipes.addShapedRecipe(String name, MCItemStack output, IIngredient[][] inputs);recipes.removeRecipe(String name);recipes.removeRecipe(MCItemStack stack);furnace.addRecipe(String name, MCItemStack output, IIngredient inputs, float xp, int cookTime);furnace.removeRecipe(String name);furnace.removeRecipe(MCItemStack stack);blasting.addRecipe(String name, MCItemStack output, IIngredient inputs, float xp, int cookTime);blasting.removeRecipe(String name);blasting.removeRecipe(MCItemStack stack);campfire.addRecipe(String name, MCItemStack output, IIngredient inputs, float xp, int cookTime);campfire.removeRecipe(String name);campfire.removeRecipe(MCItemStack stack);smoking.addRecipe(String name, MCItemStack output, IIngredient inputs, float xp, int cookTime);smoking.removeRecipe(String name);smoking.removeRecipe(MCItemStack stack);stoneCutter.addRecipe(String name, MCItemStack output, IIngredient inputs);stoneCutter.removeRecipe(String name);stoneCutter.removeRecipe(MCItemStack stack);print(String msg)
Commands:
/skhand - prints the current held item, and it's tags to chat and the SewingKit.log file.
Brackets:
<item:modid:modname> * amount<tag:minecraft:wool>
This version is VERY alpha, may not work on servers (never tested, so let me know)


