Compatibility
Minecraft: Java Edition
1.12.2
Platforms
Forge
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Created 2 years ago
Updated 2 years ago
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);