Powered Thingies :: Fluid Burner :: Coolant

Link to powered-thingies--fluid-burner--coolant

ZenScript
Copy
import mods.poweredthingies.Tweaker.fluidBurnerCoolantTweaker as coolant;

Listing Keys, Removing Recipes by Key, Clearing

Link to listing-keys-removing-recipes-by-key-clearing

ZenScript
Copy
coolant().logKeys()
coolant().removeRecipe('teslathingies:fluid_tf-molten_tesla') // check <logKeys> output for valid keys
coolant().clear()
ZenScript
Copy
addCoolant(fluid: ILiquidStack, timeMultiplier: Float)

timeMultiplier is the value that will be used to increase (or decrease) the number ticks a fuel will burn for.

ZenScript
Copy
coolant().addCoolant(<liquid:tf-sewage> * 50, 1.1);

All of these actions will get cached and ran after the default registry for this machine has finished registering all recipes (including the ones from the custom jsons).