This page relates to Ex Nihilo: Sequentia, which has built-in support!

import mods.exnihilosequentia.ZenHeatRecipe;

  • 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();