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