Powered Thingies :: Fluid Compound Producer

Link to powered-thingies--fluid-compound-producer

ZenScript
Copy
import mods.poweredthingies.Tweaker.fluidCompoundTweaker as fct;

Listing Keys, Removing Recipes by Key, Clearing

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

ZenScript
Copy
fct().logKeys()
fct().removeRecipe('liquid:fluid_tf-molten_tesla') // check <logKeys> output for valid keys
fct().clear()
ZenScript
Copy
addRecipe(output: ILiquidStack, inputA: ILiquidStack, inputB: ILiquidStack)
ZenScript
Copy
fct().addRecipe(<liquid:tf-sewage> * 150, <liquid:water> * 300, <liquid:lava> * 100);

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