Heat Sources
Link to heat-sources
A class to configure valid block states that can serve as heat sources to replace the burner or fluid heaters.
Import
Link to import
ZenScript Copyimport mods.foundry.Heating;
Methods
Link to methods
ZenScript Copy// 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);