HarvestCraft Tweaker
Modby tfarecnim
adds crafttweaker support to harvestcraft
Type
Mod
CurseForge Downloads
1,737,753
CurseForge ID
392712
Last Updated
Apr 12, 2026
Description
This mod adds Crafttweaker support to harvestcraft, available functions listed below
Import : mods.harvestcrafttweaker.HarvestCraftTweaker;
Available methods:
clearAllPressing();
addPressing(IIngredient input, IItemStack leftOutput, IItemStack rightOutput);
removePressingByInput(IItemStack input);
clearAllGrinding();
addGrinding(IIngredient input, IItemStack leftOutput, IItemStack rightOutput);
removeGrindingByInput(IItemStack input);
addWaterFilter(IIngredient input, IItemStack leftOutput, IItemStack rightOutput);
removeWaterFilterByInput(IItemStack input);
//ground traps,normally hardcoded so needed coremods
addGroundTrap(IIngredient input, IItemStack[] outputs) ;
removeGroundTrapByInput(IIngredient input);
//water traps, also hardcoded so needed coremods as well
addWaterTrap(IIngredient input, IItemStack[] outputs);
removeWaterTrapByInput(IIngredient input);
//market
clearAllMarket();
addMarket(IItemStack toBuy,IItemStack input,int cost);
removeMarketByOutput(IItemStack output);
//shipping bin
addShipping(IItemStack toBuy,IItemStack currency,int cost);
removeShippingByOutput(IItemStack output);
Similar Mods
Redstone Pen
Adds a pen to draw Redstone selectively and optimized, as well as signal repeating relays, and a Redstone logic controll...
Resourceful Config
Resourceful Config is a mod that allows for developers to make crossplatform configs
RealBench
Makes vanilla workbench usable
Apothic Spawners
Allows moving and modifying Mob Spawners
Apothic Enchanting
A total overhaul to Minecraft's enchanting system
Streams
This mod introduces real flowing rivers, with a true current, to your Minecraft worlds. Compatible with many terrain gen...