This page relates to Ex Nihilo: Sequentia, which has built-in support!
Heating Sources
Link to heating-sources
所属包
Link to 所属包
import mods.exnihilosequentia.ZenHeatRecipe;
使用方式
Link to 使用方式
- create(String name)
- setBlock(MCBlock input) the block to add as a heat source
- setAmount(int amount) the heat source strenght
ZenScript Copy<recipetype:exnihilosequentia:heat>.create("heat_test").setBlock(<block:minecraft:cobblestone>).setAmount(100);
ZenScript Copy<recipetype:exnihilosequentia:heat>.removeAll();