This page relates to Ex Nihilo: Sequentia, which has built-in support!
Heating Sources
Link to heating-sources
Package
Link to package
import mods.exnihilosequentia.ZenHeatRecipe;
Metodi
Link to metodi
- create(String name)
- setBlock(MCBlock input) the block to add as a heat source
- setAmount(int amount) the heat source strenght
Addition
Link to addition
ZenScript Copy<recipetype:exnihilosequentia:heat>.create("heat_test").setBlock(<block:minecraft:cobblestone>).setAmount(100);
Removal
Link to removal
ZenScript Copy<recipetype:exnihilosequentia:heat>.removeAll();