Powered Thingies :: Item Liquefier

Link to powered-thingies--item-liquefier

ZenScript
Copy
import mods.poweredthingies.Tweaker.itemLiquefierTweaker as ilt;

Listing Keys, Removing Recipes by Key, Clearing

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

ZenScript
Copy
ilt().logKeys()
ilt().removeRecipe('liquid:fluid_lava') // check <logKeys> output for valid keys
ilt().clear()
ZenScript
Copy
addRecipe(input: IItemStack, output: ILiquidStack)
ZenScript
Copy
ilt().addRecipe(<minecraft:bucket>, <liquid:lava> * 125);

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