Minecraft HarvestCraft Tweaker mod 2024 download
logo
minecraft mod HarvestCraft Tweaker

HarvestCraft Tweaker

Game Version: 1.12.2
Total Downloads: 26,920
Updated: Aug 25, 2020
Created: Jun 29, 2020
Download HarvestCraft TweakerDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
harvestcrafttweaker-1.2c.jar release 18.13 KB Aug 25, 2020 1.12.2 26,723 download HarvestCraft Tweaker harvestcrafttweaker-1.2c.jar releaseDownload
harvestcrafttweaker-1.2b.jar release 18.10 KB Aug 24, 2020 1.12.2 22 download HarvestCraft Tweaker harvestcrafttweaker-1.2b.jar releaseDownload
harvestcrafttweaker-1.2a.jar release 17.86 KB Aug 24, 2020 1.12.2 33 download HarvestCraft Tweaker harvestcrafttweaker-1.2a.jar releaseDownload

Description

Share this:

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

 

Comments

Add a comment