Skip to content

Container Data

Packet IDDirectionMojang NameMCP Name
0x69ClientboundContainerSetDataPacketPacket105UpdateProgressbar

This is sent by the server to update the furnace GUI's progress bars.

Clientbound

FieldTypeDescription
Window IDByteThe incremental ID of the window. Ranges from 0 to 99
TypeShort (Type)The type of data.
ValueShortThe value of the data.

Type

IDNameRangeDescription
0Smelting Progress0 to 200The progress of the current item being smelted. This counts up from 0
1Burn Time0 to (fuel duration)The progress of how much fuel remains. Starts at the burn time of the used fuel, then counts down to 0.
2Maximum Burn Time0 to 20000Sets the max burn time of the current fuel (defaults to 200 if not sent)

All of these are sent only if they've changed, which means 0 and 1 can be sent every tick while looking inside of the Furnace Interface.

Fuel

See the smelting page for more info on what counts as valid fuel and for how long said fuel burns.

Example Packet

FieldValue
Window ID49
Type0
Value50

Further reading