Furnace

Burns resources at 16x speed to produce Heat energy directly. Has a low thermal conductivity. It is a craftable and spawnable non-flammable solid.
It cannot be resized.
At its default size (5x5x5) it has a durability of 1.
By default, its colour is #111111.
It requires 2 Copper
, 4 HeatPipe
, 2 HeatPump
, 1 Igniter
, and 4 Insulation
to be crafted.
Events
Loop(tickInterval)
Fires when the object is updated by the game loop.
The tickInterval parameter is the inverse of the tick rate. For example, if the tick rate is 20
, this will be 1 / 20
(or just 0.05
). If the tick rate commands are accessible, running them will change this value. It is a number
.