Powered Thingies :: Fluid Burner :: Coolant
Link to powered-thingies--fluid-burner--coolant
Importing
Link to importing
ZenScript Copyimport mods.poweredthingies.Tweaker.fluidBurnerCoolantTweaker as coolant;
Listing Keys, Removing Recipes by Key, Clearing
Link to listing-keys-removing-recipes-by-key-clearing
ZenScript Copycoolant().logKeys()
coolant().removeRecipe('teslathingies:fluid_tf-molten_tesla') // check <logKeys> output for valid keys
coolant().clear()
Adding Recipe
Link to adding-recipe
Signature
Link to signature
ZenScript CopyaddCoolant(fluid: ILiquidStack, timeMultiplier: Float)
timeMultiplier
is the value that will be used to increase (or decrease) the number ticks a fuel will burn for.
Пример
Link to пример
ZenScript Copycoolant().addCoolant(<liquid:tf-sewage> * 50, 1.1);
Notes
Link to notes
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).