This page relates to Ex Nihilo: Sequentia, which has built-in support!
Crucible
Link to crucible
Package
Link to package
import mods.exnihilosequentia.ZenCrucibleRecipe;
Metodi
Link to metodi
- 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
Addition
Link to addition
ZenScript Copy<recipetype:exnihilosequentia:crucible>.create("crucible_test").setInput(<item:minecraft:cobblestone>).setAmount(100).setCrucibleType("fired").setResultFluid(<fluid:minecraft:lava>);
Removal
Link to removal
ZenScript Copy<recipetype:exnihilosequentia:crucible>.removeAll();