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
import mods.exnihilosequentia.ZenHeatRecipe;
<recipetype:exnihilosequentia:heat>.create("heat_test").setBlock(<block:minecraft:cobblestone>).setAmount(100);
<recipetype:exnihilosequentia:heat>.removeAll();