This page relates to Ex Nihilo: Sequentia, which has built-in support!
Fluid On Top
Link to fluid-on-top
所属包
Link to 所属包
import mods.exnihilosequentia.ZenFluidOnTopRecipe;
使用方式
Link to 使用方式
- create(String name)
- setFluidInTank(IFluidStack fluidInTank) the fluid in the tank
- setFluidOnTop(IFluidStack fluidOnTop) the fluid on top
- setResult(IItemStack result) the result of the recipe
ZenScript Copy<recipetype:exnihilosequentia:fluid_on_top>.create("fluid_on_top_test").setFluidInTank(<fluid:minecraft:lava>).setFluidOnTop(<fluid:minecraft:water>).setResult(<item:minecraft:netherrack>);
ZenScript Copy<recipetype:exnihilosequentia:fluid_on_top>.removeRecipe(<item:minecraft:obsidian>);