TFC:TFF Drying Racks

TFC:TFF Drying Racks

Mod

TerraFirmaCraft Drying Racks addon

Client and server FoodTechnology

236 downloads
1 follower
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

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 un-craftable. 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);

Project members

TFF

TFF

Organization

Lylythii

Owner

ACGaming

Member

Details

Licensed MIT
Created 2 years ago
Updated 2 years ago