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);
- Edition: Minecraft Java
- File type: .jar
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
HarvestCraft Tweaker is a free Minecraft Java mod. Downloaded 1,832,800 times (via CurseForge). Download it and open it directly in the game.