Minecraft Forestry Engine Tweaker mod 2024 download
logo
minecraft mod Forestry Engine Tweaker

Forestry Engine Tweaker

Game Version: 1.12.2
Total Downloads: 8,850
Updated: Nov 10, 2019
Created: Nov 10, 2019
Download Forestry Engine TweakerDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
ForestryEngineTweaker-1.12.2-1.0.0.jar release 3.86 KB Nov 10, 2019 1.12.2 8,850 download Forestry Engine Tweaker ForestryEngineTweaker-1.12.2-1.0.0.jar releaseDownload

Description

Share this:

CraftTweaker additions for Forestry's electrical engines.

 

Currently supporting the Biogas Engine and Peat-Fired Engine

 

Biogas Engine

Calling the package

You can call the Biogas Engine package by using "mods.forestry.engine.biogas"

 

Add Recipe

 Adding recipes is done by calling "mods.forestry.engine.biogas.addRecipe(requiredLiquid, energyPerMillibucket, burnDurationInTicks, dissipationMultiplier)"

Where the respective types are: ILiquidStack, int, int, int

 

The Dissipation multiplier determines the speed at which the engine cools down, and by default is 1 for all fuels except water which has 3.

 

Remove All Recipes

Removing all recipes is done by calling "mods.forestry.engine.biogas.removeAll()"

 

Peat-Fired Engine

Calling the package

You can call the Biogas Engine package by using "mods.forestry.engine.peat"

 

Add Recipe

 Adding recipes is done by calling "mods.forestry.engine.peat.addRecipe(itemStack, energyPerTick, burnDurationInTicks)"

Where the respective types are: IItemStack, int, int

 

The Dissipation multiplier determines the speed at which the engine cools down, and by default is 1 for all fuels except water which has 3.

 

Remove All Recipes

Removing all recipes is done by calling "mods.forestry.engine.peat.removeAll()"

Comments

Add a comment