Home Migration Guide Getting Started With Scripts Commands Examples
Generic JSON Recipes
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

script.zs
<recipetype:exnihilosequentia:heat>.create("heat_test").setBlock(<block:minecraft:cobblestone>).setAmount(100);

Removal

script.zs
<recipetype:exnihilosequentia:heat>.removeAll();