Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers

Heating Sources

Package

script.zs
`mods.exnihilocreatio.Heat`

Methods

  • IItemStack input The block that supplies heat.
  • Int heat heat per instance.

Addition

script.zs
mods.exnihilocreatio.Heat.addRecipe(IItemStack, Int);
mods.exnihilocreatio.Heat.addRecipe(<minecraft:log>, 20);

Removal

script.zs
mods.exnihilocreatio.Heat.removeAll();