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

Heat Sources

A class to configure valid block states that can serve as heat sources to replace the burner or fluid heaters.

Import

script.zs
import mods.foundry.Heating;

Methods

script.zs
// Adds a block state with provided temperature level to the heat source list
// Don't forget to add all the states of a block if necessary!
Heating.addStateSource(IBlockState state, int heat);