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;
Methoden
Link to methoden
- **create(String name) // Name des Skripts **
- setBlock(MCBlock input) // der Block, der als Wärmequelle hinzugefügt werden soll
- setAmount(int amount) // die Stärke der Hitzequelle
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();