Powered Thingies :: Fluid Compound Producer
Link to powered-thingies--fluid-compound-producer
Importing
Link to importing
ZenScript Copyimport mods.poweredthingies.Tweaker.fluidCompoundTweaker as fct;
Listing Keys, Removing Recipes by Key, Clearing
Link to listing-keys-removing-recipes-by-key-clearing
ZenScript Copyfct().logKeys()
fct().removeRecipe('liquid:fluid_tf-molten_tesla') // check <logKeys> output for valid keys
fct().clear()
Adding Recipe
Link to adding-recipe
Signature
Link to signature
ZenScript CopyaddRecipe(output: ILiquidStack, inputA: ILiquidStack, inputB: ILiquidStack)
Пример
Link to пример
ZenScript Copyfct().addRecipe(<liquid:tf-sewage> * 150, <liquid:water> * 300, <liquid:lava> * 100);
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).