This page relates to Ex Nihilo: Sequentia, which has built-in support!

import mods.exnihilosequentia.ZenCrucibleRecipe;

  • create(String name)
  • setInput(IIngredient input) the input
  • setAmount(int amount) the amount of fluid produced
  • setCrucibleType(String crucibleType) the crucible type
  • setResultFluid(IFluidStack fluid) the resulting fluid
ZenScript
Copy
<recipetype:exnihilosequentia:crucible>.create("crucible_test").setInput(<item:minecraft:cobblestone>).setAmount(100).setCrucibleType("fired").setResultFluid(<fluid:minecraft:lava>);
ZenScript
Copy
<recipetype:exnihilosequentia:crucible>.removeAll();