TFC:TFF Drying Racks

TFC:TFF Drying Racks

454 Downloads

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.]
- Removed unnecessary assets.
- Fixed mod crashing.
- Support for other wood/metal types present in the TFC registry.
- Drying Rack recipes are disabled by default, & the drying rack is now uncraftable. [You can use CraftTweaker to give it a new recipe!]


Can this be used with regular TerraFirmaCraft for 1.12.2?
- Sure! Go ahead! Just know that this is not our interest or focus. Any changes made to this mod are made in the interest of TFC:TFF. By default the mod is functionally useless without the usage of CraftTweaker.


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);