/
What is this? Drying Racks is a fork of TFC Drying Racks by Lumintorious primarily for usage in TerraFirmaCraft: The Final Frontier, & additional usage in TerraFirmaCraft: Reditus 2.
What's new? You can see a full list of changes here on GitHub.
Can this be used with regular TerraFirmaCraft for 1.12.2?
CraftTweaker Support:
//Importing the module
import mods.tfcdryingrack.Rack;
//Adding a recipe
Rack.addRecipe(String registryName, IIngredient input, ItemStack output, int hours, float chance);
//Removing recipe by name
Rack.removeRecipe(String registryName);
//Remove recipe by input
Rack.removeRecipe(IIngredient input);
