This page relates to Ex Nihilo: Sequentia, which has built-in support!
Crucible
Link to crucible
所属包
Link to 所属包
import mods.exnihilosequentia.ZenCrucibleRecipe;
使用方式
Link to 使用方式
- 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();