Minecraft:Furnace: Difference between revisions
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft |
||
| Line 1: | Line 1: | ||
{{ | {{For}} | ||
{{Infobox block | {{Infobox block | ||
| group = Unlit | | group = Unlit | ||
| Line 15: | Line 15: | ||
}} | }} | ||
A '''furnace''' is a [[Minecraft:block]] with two functions: it can be used for either smelting or [[Minecraft:cooking]], by placing fuel and an appropriate [[Minecraft:item]] inside together. | A '''furnace''' is a [[Minecraft:block]] with two functions: it can be used for either [[Minecraft:smelting]] or [[Minecraft:cooking]], by placing [[Minecraft:fuel]] and an appropriate [[Minecraft:item]] inside together. | ||
== Obtaining == | == Obtaining == | ||
| Line 23: | Line 23: | ||
Furnaces drop their contents when broken, including XP from processed items that were extracted by hoppers. | Furnaces drop their contents when broken, including XP from processed items that were extracted by hoppers. | ||
{{ | {{breaking row|horizontal=1|Furnace|Pickaxe|Wood|foot=1}} | ||
=== Natural generation === | === Natural generation === | ||
Furnaces can be found in plains, desert, and some savanna village weaponsmiths. Furnaces also generate in some houses in snowy village, and in one of the taiga and snowy taiga{{only|bedrock|short=1}} village houses. They can also generate in ancient cities and trail | Furnaces can be found in [[Minecraft:plains]], [[Minecraft:desert]], and some [[Minecraft:savanna]] [[Minecraft:village]] weaponsmiths. Furnaces also generate in some houses in [[Minecraft:snowy village]], and in one of the [[Minecraft:taiga]] and [[Minecraft:snowy taiga]]{{only|bedrock|short=1}} village houses. They can also generate in [[Minecraft:ancient cities]] and [[Minecraft:trail ruin]]s, and one furnace generates in every [[Minecraft:igloo]]. | ||
=== Generated loot === | === Generated loot === | ||
{{ | {{LootChestItem|furnace}} | ||
=== Crafting === | === Crafting === | ||
| Line 47: | Line 47: | ||
}} | }} | ||
The lit furnace can be obtained {{ | The lit furnace can be obtained {{in|java}} only with commands such as {{cmd|give @s <nowiki>minecraft:furnace[minecraft:block_state={lit:"true"}]</nowiki>}}, although it does not appear lit in the inventory. {{IN|bedrock}}, the lit furnace block can be obtained only by inventory editing. It always stays lit, despite containing no items. | ||
== Usage == | == Usage == | ||
Furnaces cannot be pushed by [[Minecraft:piston]]s {{ | Furnaces cannot be pushed by [[Minecraft:piston]]s {{in|java}}. | ||
=== Processing items === | === Processing items === | ||
{{ | {{main|Smelting|Cooked food}} | ||
[[File:Furnace GUI.png|thumb|right|Interface for the furnace {{ | [[File:Furnace GUI.png|thumb|right|Interface for the furnace {{in|Java}}.]] | ||
The purpose of a furnace is to process items by heating them up in order to change them into other items. Its interface can be opened by pressing the {{ | The purpose of a furnace is to process items by heating them up in order to change them into other items. Its interface can be opened by pressing the {{Control|use item}} button on it. A fuel source (up to one stack of fuel items) is placed in the bottom slot, and the items to be processed (up to one stack) goes in the upper slot. A furnace runs at a speed of one item every {{convert|200|game tick|second}} or six items per minute. | ||
The number of items that a fuel source can process depends on the type of fuel. As soon as the process begins, the fuel slot is decremented immediately, and that unit of fuel starts burning. The fuel continues burning until fully consumed, regardless of whether the upper slot has any items remaining to process. For example, a piece of coal burns for 80 seconds and can process eight items, but if only one item is processed (or if the item is pulled out before the process is complete), the coal still continues burning for the full 80 seconds, wasting seven items’ worth of processing. After it burns out, no additional fuel is decremented from the fuel slot if the upper slot is empty. If the fuel slot is empty and the burning fuel is consumed before an item completes processing, the process stops, the item is unchanged, and the process must be restarted with new fuel. | The number of items that a fuel source can process depends on the type of fuel. As soon as the process begins, the fuel slot is decremented immediately, and that unit of fuel starts burning. The fuel continues burning until fully consumed, regardless of whether the upper slot has any items remaining to process. For example, a piece of coal burns for 80 seconds and can process eight items, but if only one item is processed (or if the item is pulled out before the process is complete), the coal still continues burning for the full 80 seconds, wasting seven items’ worth of processing. After it burns out, no additional fuel is decremented from the fuel slot if the upper slot is empty. If the fuel slot is empty and the burning fuel is consumed before an item completes processing, the process stops, the item is unchanged, and the process must be restarted with new fuel. | ||
{| class="wikitable" data-description="Furnace smelting interface" | {| class="wikitable" data-description="Furnace smelting interface" | ||
! Smelting recipe | ! [[Minecraft:Smelting]] recipe | ||
|- | |- | ||
| {{Furnace}} | | {{Furnace}} | ||
| Line 68: | Line 68: | ||
=== Light source === | === Light source === | ||
[[File:Lit Furnace (S).gif|thumb|Lit furnace]] | [[File:Lit Furnace (S).gif|thumb|Lit furnace]] | ||
Furnaces emit a light level of 13 when active, as well as smoke and flame particles. | Furnaces emit a light level of 13 when active, as well as smoke and flame [[Minecraft:particles]]. | ||
=== Crafting ingredient === | === Crafting ingredient === | ||
| Line 74: | Line 74: | ||
=== Custom name === | === Custom name === | ||
By default, the GUI of a furnace is labeled "Furnace", but this name can be customized by naming it in an [[Minecraft:anvil]] before placing it, or by changing the <code>CustomName</code> tag using the {{ | By default, the GUI of a furnace is labeled "Furnace", but this name can be customized by naming it in an [[Minecraft:anvil]] before placing it, or by changing the <code>CustomName</code> tag using the {{cmd|data}} command{{only|Java}}. | ||
=== Lock === | === Lock === | ||
{{ | {{IN|je}}, a furnace can be "locked" by setting its <code>lock</code> tag using the {{cmd|data}} command. If a furnace's <code>lock</code> tag is not blank, the furnace cannot be opened unless the player is holding an item that matches the item predicate in the <code>lock</code> tag. For example, to lock a furnace at (0,64,0) so that the furnace cannot be opened unless the player is holding an item named "Furnace Key", use {{cmd|data merge block 0 64 0 <nowiki>{lock:{components:{"custom_name":"Furnace Key"}}}</nowiki>}}. | ||
=== Note blocks === | === Note blocks === | ||
A furnace can be placed under note | A furnace can be placed under [[Minecraft:note block]]s to produce "bass drum" sounds. | ||
== Sounds == | == Sounds == | ||
=== Generic === | === Generic === | ||
{{ | {{Sound table/Block/Stone}} | ||
=== Unique === | === Unique === | ||
{{ | {{edition|java}} | ||
{{SoundTable | {{SoundTable | ||
| type = java | | type = java | ||
| Line 109: | Line 109: | ||
|subtitle=Chest locked<ref group=sound name=lock>{{Bug|MC-98316||Wrong subtitles caused by missing distinction}}</ref> | |subtitle=Chest locked<ref group=sound name=lock>{{Bug|MC-98316||Wrong subtitles caused by missing distinction}}</ref> | ||
|source=block | |source=block | ||
|description=When a player attempts to open a furnace locked using the {{ | |description=When a player attempts to open a furnace locked using the {{nbt|compound|lock}} tag | ||
|id=block.chest.locked|idnote=<ref group=sound name=lock/> | |id=block.chest.locked|idnote=<ref group=sound name=lock/> | ||
|translationkey=subtitles.block.chest.locked|translationkeynote=<ref group=sound name=lock/> | |translationkey=subtitles.block.chest.locked|translationkeynote=<ref group=sound name=lock/> | ||
| Line 118: | Line 118: | ||
}} | }} | ||
{{ | {{edition|bedrock}}: | ||
{{SoundTable | {{SoundTable | ||
| type = bedrock | | type = bedrock | ||
| Line 137: | Line 137: | ||
== Data values == | == Data values == | ||
=== ID === | === ID === | ||
{{ | {{edition|java}}: | ||
{{ID table | {{ID table | ||
|edition=java | |edition=java | ||
| Line 153: | Line 153: | ||
|foot=1}} | |foot=1}} | ||
{{ | {{edition|bedrock}}: | ||
{{ID table | {{ID table | ||
|edition=bedrock | |edition=bedrock | ||
| Line 179: | Line 179: | ||
=== Block states === | === Block states === | ||
{{ | {{see also|Block states}} | ||
{{ | {{edition|java}}: | ||
{{bst|facing|north|east,north,south,west|The direction the furnace's opening faces.<br>The opposite from the direction the player faces while placing the furnace.}} | {{bst|facing|north|east,north,south,west|The direction the furnace's opening faces.<br>The opposite from the direction the player faces while placing the furnace.}} | ||
{{bst|lit|false|false,true|If the furnace is lit.|foot=1}} | {{bst|lit|false|false,true|If the furnace is lit.|foot=1}} | ||
{{ | {{edition|bedrock}}: | ||
{{bst|showaux=1|bits=|minecraft:cardinal_direction|south|east,north,south,west|The direction the furnace's opening faces.<br>The opposite from the direction the player faces while placing the furnace.|Unsupported|foot=1}} | {{bst|showaux=1|bits=|minecraft:cardinal_direction|south|east,north,south,west|The direction the furnace's opening faces.<br>The opposite from the direction the player faces while placing the furnace.|Unsupported|foot=1}} | ||
| Line 191: | Line 191: | ||
A furnace has a block entity associated with it that holds additional data about the block. | A furnace has a block entity associated with it that holds additional data about the block. | ||
{{ | {{el|java}}: | ||
{{ | {{see also|Block entity format}} | ||
<section begin="block data" /><div class="treeview"> | <section begin="block data" /><div class="treeview"> | ||
*{{ | *{{nbt|compound}} Block entity data | ||
** {{ | ** {{nbt inherit/blockentity}} | ||
** {{ | ** {{nbt inherit/nameable|indent=**}} | ||
** {{ | ** {{nbt inherit/lockable|indent=**}} | ||
** {{ | ** {{nbt|list|Items}}: List of items in this container. Represents the {{DCL|minecraft:container}} component. | ||
*** {{ | *** {{nbt|compound}}: An item in the furnace, including the slot tag:<br>Slot 0: The item(s) being smelted.<br>Slot 1: The item(s) to use as the next fuel source.<br>Slot 2: The item(s) in the result slot. | ||
**** {{ | **** {{nbt inherit/item|indent=****}} | ||
** {{ | ** {{nbt|short|lit_time_remaining}}: Number of ticks left before the current fuel runs out. | ||
** {{ | ** {{nbt|short|cooking_time_spent}}: Number of ticks the item has been smelting for. The item finishes smelting when this value reaches 200 (10 seconds). Is reset to 0 if lit_time_remaining reaches 0. | ||
** {{ | ** {{nbt|short|cooking_total_time}}: Number of ticks it takes for the item to be smelted. | ||
**{{ | **{{nbt|short|lit_total_time}}: Represent the total time the furnace should be lit. | ||
** {{ | ** {{nbt|compound|RecipesUsed}}: Which recipes have been used since the last time a recipe result item was manually removed from the GUI. Used to calculate experience given to the player when taking out the resulting item. Is not preserved when removed. | ||
*** {{ | *** {{nbt|int|''recipe ID''}}: How many times this specific recipe has been used. The ''recipe ID'' is the identifier of the [[Minecraft:Smelting#Recipes|smelting recipe]], as a [[Minecraft:resource location]], as used in the {{cmd|recipe}} command. | ||
</div><section end="block data" /> | </div><section end="block data" /> | ||
{{ | {{el|bedrock}}: | ||
: See [[Minecraft:Bedrock Edition level format/Block entity format]]. | : See [[Minecraft:Bedrock Edition level format/Block entity format]]. | ||
== Achievements == | == Achievements == | ||
{{ | {{load achievements|Hot Topic;Smelt Everything;Super Fuel}} | ||
== Advancements == | == Advancements == | ||
{{ | {{load advancements|Acquire Hardware}} | ||
== Videos == | == Videos == | ||
{{ | {{yt|Mzj8OIRLJgk}} | ||
== History == | == History == | ||
{{ | {{See technical block|Lit Furnace}} | ||
=== ''Java Edition'' === | === ''Java Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|java indev}} | ||
|{{ | |{{HistoryLine||0.31|dev=20100129-1447|Prior to the addition of furnaces, [[Minecraft:item]]s could be [[Minecraft:smelt]]ed by dropping them on the ground and then burning them with [[Minecraft:flint and steel]]. This was the only way to smelt [[Minecraft:ore]]s.}} | ||
|{{ | |{{HistoryLine||20100219|[[File:Furnace (N) JE1.png|32px]] [[File:Furnace (E) JE1.png|32px]] [[File:Furnace (S) JE1.png|32px]] [[File:Furnace (W) JE1.png|32px]] [[File:Lit Furnace (N) JE1.png|32px]] [[File:Lit Furnace (E) JE1.png|32px]] [[File:Lit Furnace (S) JE1.png|32px]] [[File:Lit Furnace (W) JE1.png|32px]] Added furnaces.}} | ||
|{{ | |{{HistoryLine||20100223|[[Minecraft:Cobblestone]] can now be [[Minecraft:smelt]]ed into [[Minecraft:stone]].}} | ||
|{{ | |{{HistoryLine|java infdev}} | ||
|{{ | |{{HistoryLine||20100227-1414|[[File:Furnace (away) JE1.png|32px]] [[File:Furnace (away) JE1.png|32px]] [[File:Furnace (away) JE1.png|32px]] [[File:Furnace (away) JE1.png|32px]] [[File:Furnace (away) JE1.png|32px]] [[File:Furnace (away) JE1.png|32px]] [[File:Furnace (away) JE1.png|32px]] [[File:Furnace (away) JE1.png|32px]] Furnaces no longer have front faces.}} | ||
|{{ | |{{HistoryLine||20100313|[[File:Furnace (N) JE1.png|32px]] [[File:Furnace (E) JE1.png|32px]] [[File:Furnace (S) JE1.png|32px]] [[File:Furnace (W) JE1.png|32px]] [[File:Lit Furnace (N) JE1.png|32px]] [[File:Lit Furnace (E) JE1.png|32px]] [[File:Lit Furnace (S) JE1.png|32px]] [[File:Lit Furnace (W) JE1.png|32px]] Furnaces now have front faces again.}} | ||
|{{ | |{{HistoryLine||20100325-1545|Furnaces are now fully functional.}} | ||
|{{ | |{{HistoryLine||20100327|The [[Minecraft:smelting]] time of furnaces has been reduced from 8 seconds to 4 seconds.}} | ||
|{{ | |{{HistoryLine||20100330-1203|The smelting time of furnaces has been increased from 4 seconds to 8 seconds per [[Minecraft:item]].}} | ||
|{{ | |{{HistoryLine|java alpha}} | ||
|{{ | |{{HistoryLine||v1.0.14|Furnaces are now used to craft [[Minecraft:minecarts with furnaces]].}} | ||
|{{HistoryLine||v1.2.0_01|Furnaces now face toward the player when placed,<ref>{{tweet|notch|29202275279|Guess what.. Furnaces should now face the opposite direction the player is facing when you plant them.|October 30, 2010}}</ref> rather than away.}} | |{{HistoryLine||v1.2.0_01|Furnaces now face toward the [[Minecraft:player]] when placed,<ref>{{tweet|notch|29202275279|Guess what.. Furnaces should now face the opposite direction the player is facing when you plant them.|October 30, 2010}}</ref> rather than away.}} | ||
|{{ | |{{HistoryLine|java beta}} | ||
|{{ | |{{HistoryLine||1.2|[[File:Furnace (N) JE2 BE1.png|32px]] [[File:Furnace (E) JE2 BE1.png|32px]] [[File:Furnace (S) JE2 BE1.png|32px]] [[File:Furnace (N) JE2 BE1.png|32px]] [[File:Furnace (N) JE2 BE1.png|32px]] [[File:Lit Furnace (E) JE2 BE1.png|32px]] [[File:Lit Furnace (S) JE2 BE1.png|32px]] [[File:Furnace (N) JE2 BE1.png|32px]] Furnaces now have a unique top texture instead of reusing the one for stone.}} | ||
|{{ | |{{HistoryLine||1.5_01|It is no longer possible to put items into the output slot.}} | ||
|{{ | |{{HistoryLine||1.8|dev=Pre-release|Furnaces now generate in [[Minecraft:village]] blacksmiths.}} | ||
|{{ | |{{HistoryLine|java}} | ||
|{{ | |{{HistoryLine||1.0.0|dev=Beta 1.9 Prerelease 6|Furnaces take much shorter time to destroy, and the breaking time depends on the [[Minecraft:tiers|pickaxe's material]].}} | ||
|{{ | |{{HistoryLine||1.2.4|dev=release|[[Minecraft:Cat]]s now try to sit on active furnaces.}} | ||
|{{HistoryLine||1.2.5|dev=pre|{{ | |{{HistoryLine||1.2.5|dev=pre|{{key|Shift}} + clicking can now be used to put [[Minecraft:item]]s into furnaces more easily.}} | ||
|{{ | |{{HistoryLine||1.3.1|dev=12w18a|Wooden tools now work in furnaces as one full furnace use.}} | ||
|{{ | |{{HistoryLine|||dev=12w22a|Smelting ore blocks in furnaces now rewards players with experience points. | ||
|When using lava as fuel inside a furnace, the player now recovers the bucket.}} | |When using lava as fuel inside a furnace, the player now recovers the bucket.}} | ||
|{{HistoryLine||1.4.2|dev=12w39a|Previously, furnaces lit up blocks all around them, this snapshot has made furnaces light up blocks only in front of them.<ref>{{tweet|dinnerbone|250905223713914880|The furnace only gives out light from the front now, unlike before where it'd be all directions!|September 26, 2012}}</ref> ([https://web.archive.org/web/20190710084139/https://imgur.com/a/cFaAn images showing difference]) Its light value has remained as 13, but the light is emitted only from the block's front surface.}} | |{{HistoryLine||1.4.2|dev=12w39a|Previously, furnaces lit up blocks all around them, this snapshot has made furnaces [[Minecraft:light]] up blocks only in front of them.<ref>{{tweet|dinnerbone|250905223713914880|The furnace only gives out light from the front now, unlike before where it'd be all directions!|September 26, 2012}}</ref> ([https://web.archive.org/web/20190710084139/https://imgur.com/a/cFaAn images showing difference]) Its [[Minecraft:light]] value has remained as 13, but the light is emitted only from the block's front surface.}} | ||
|{{ | |{{HistoryLine|||dev=12w40a|The previous change to furnaces has been reverted until the new [[Minecraft:light]]ing system can be optimized.}} | ||
|{{HistoryLine||1.4.6|dev=12w49a|When holding {{ | |{{HistoryLine||1.4.6|dev=12w49a|When holding {{Control|sneak}}, the [[Minecraft:player]] can now place [[Minecraft:block]]s and [[Minecraft:item]]s (like [[Minecraft:redstone]], [[Minecraft:repeaters]], and [[Minecraft:lever]]s) directly onto furnaces.}} | ||
|{{ | |{{HistoryLine||1.5|dev=13w02a|[[Minecraft:Hopper]]s can now be used in conjunction with furnaces, allowing for automatic smelting. | ||
|Furnaces renamed using an [[Minecraft:anvil]] now display the new name in their GUI where the normal name used to appear.}} | |Furnaces renamed using an [[Minecraft:anvil]] now display the new name in their GUI where the normal name used to appear.}} | ||
|{{ | |{{HistoryLine||1.8|dev=14w02a|When a furnace runs out of [[Minecraft:fuel]], the [[Minecraft:smelting]] progress now pauses instead of resetting.}} | ||
|{{ | |{{HistoryLine|||dev=14w04a|When a furnace runs out of fuel, the [[Minecraft:smelting]] progress now reverses at twice the speed of smelting.}} | ||
|{{ | |{{HistoryLine|||dev=14w25a|[[File:Furnace (N) JE2 BE1.png|32px]] [[File:Furnace (E) JE3.png|32px]] [[File:Furnace (S) JE3.png|32px]] [[File:Furnace (W) JE3.png|32px]] [[File:Furnace (N) JE2 BE1.png|32px]] [[File:Lit Furnace (E) JE3.png|32px]] [[File:Lit Furnace (S) JE3.png|32px]] [[File:Furnace (W) JE3.png|32px]] The top texture of the furnace now rotates according to the direction it faces.}} | ||
|{{ | |{{HistoryLine|||dev=14w26a|Furnaces now allow only fuel or a single empty [[Minecraft:bucket]] in the fuel slot.}} | ||
|{{ | |{{HistoryLine||1.9|dev=15w43a|A furnace now generates inside of [[Minecraft:igloo]]s.}} | ||
|{{ | |{{HistoryLine|||dev=15w50a|Added a [[Minecraft:sound]] to furnaces: <code>block.furnace.fire_crackle</code>}} | ||
|{{ | |{{HistoryLine||1.13|dev=18w06a|A recipe book has been added for [[Minecraft:smelting]] using furnaces. It can be used only for the input slot.}} | ||
|{{HistoryLine|||dev=18w09a|When the output of a furnace is extracted with a hopper, the experience now accumulates inside the furnace, and is released the next time a player takes the output.<ref>{{bug|MC-7046||Furnace with hopper not giving XP|Fixed}}</ref>}} | |{{HistoryLine|||dev=18w09a|When the output of a furnace is extracted with a hopper, the experience now accumulates inside the furnace, and is released the next time a player takes the output.<ref>{{bug|MC-7046||Furnace with hopper not giving XP|Fixed}}</ref>}} | ||
|{{ | |{{HistoryLine||1.14|dev=18w43a|[[File:Furnace (N) JE3 BE2.png|32px]] [[File:Furnace (E) JE4.png|32px]] [[File:Furnace (S) JE4.png|32px]] [[File:Furnace (W) JE4.png|32px]] [[File:Furnace (N) JE3 BE2.png|32px]] [[File:Lit Furnace (E) JE4.png|32px]] [[File:Lit Furnace (S) JE4.png|32px]] [[File:Furnace (W) JE4.png|32px]] The texture of furnaces has been changed.}} | ||
|{{ | |{{HistoryLine|||dev=18w49a|Added [[Minecraft:snowy tundra]] [[Minecraft:village]]s, where many of the houses contain furnaces indoors. | ||
|Furnace items can now be found in [[Minecraft:chest]]s in snowy tundra village houses.}} | |Furnace items can now be found in [[Minecraft:chest]]s in snowy tundra village houses.}} | ||
|{{ | |{{HistoryLine|||dev=18w50a|Furnaces can now be found in one type of [[Minecraft:taiga]] village houses. | ||
|The updated taiga village weaponsmiths no longer contain furnaces. | |The updated taiga village weaponsmiths no longer contain furnaces. | ||
|Furnaces can now be used to craft blast | |Furnaces can now be used to craft [[Minecraft:blast furnace]]s and [[Minecraft:smoker]]s.}} | ||
|{{ | |{{HistoryLine||1.16|dev=20w15a|[[Minecraft:Blackstone]] can now be used to create furnaces instead of [[Minecraft:cobblestone]].}} | ||
|{{HistoryLine|||dev=20w17a|Breaking a furnace now drops the experience accumulated from smelting.<ref>{{bug|MC-1601||Breaking a Furnace does not give you the experience for the smelted things inside|Fixed}}</ref>}} | |{{HistoryLine|||dev=20w17a|Breaking a furnace now drops the [[Minecraft:experience]] accumulated from smelting.<ref>{{bug|MC-1601||Breaking a Furnace does not give you the experience for the smelted things inside|Fixed}}</ref>}} | ||
|{{ | |{{HistoryLine||1.17|dev=21w07a|Furnaces can now be [[Minecraft:craft]]ed with [[Minecraft:grimstone]].}} | ||
|{{ | |{{HistoryLine|||dev=21w08a|Furnaces are now [[Minecraft:craft]]ed with [[Minecraft:cobbled deepslate]] instead of grimstone.}} | ||
|{{ | |{{HistoryLine||1.19|dev=22w13a|Furnaces now generate as part of [[Minecraft:ancient cities]].|Furnaces no longer drop when breaking a [[Minecraft:minecart with furnace]].}} | ||
|{{ | |{{HistoryLine||1.20|dev=23w12a|Furnaces now generate in [[Minecraft:trail ruins]].}} | ||
}} | }} | ||
=== ''Bedrock Edition'' === | === ''Bedrock Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|pocket alpha}} | ||
|{{ | |{{HistoryLine||v0.3.2|[[File:Furnace (N) JE2 BE1.png|32px]] [[File:Furnace (E) JE2 BE1.png|32px]] [[File:Furnace (S) JE2 BE1.png|32px]] [[File:Furnace (N) JE2 BE1.png|32px]] [[File:Furnace (N) JE2 BE1.png|32px]] [[File:Lit Furnace (E) JE2 BE1.png|32px]] [[File:Lit Furnace (S) JE2 BE1.png|32px]] [[File:Furnace (N) JE2 BE1.png|32px]] Added furnaces. | ||
|With the addition of furnaces, every available [[Minecraft:block]] and [[Minecraft:item]] can now be gathered, | |With the addition of furnaces, every available [[Minecraft:block]] and [[Minecraft:item]] can now be gathered, [[Minecraft:craft]]ed or [[Minecraft:smelt]]ed into (no more unlimited items).}} | ||
|{{ | |{{HistoryLine||v0.3.3|Furnaces now requering 8 [[Minecraft:cobblestone]]s instead of 5.}} | ||
|{{ | |{{HistoryLine||v0.9.0|dev=build 1|Furnaces now naturally spawn in [[Minecraft:village]]s.}} | ||
|{{ | |{{HistoryLine||v0.11.0|dev=build 1|[[Minecraft:Crafting descriptions]] are no longer displayed in furnaces.}} | ||
|{{ | |{{HistoryLine|||dev=build 3|Furnaces now [[Minecraft:drop]] one stack for each [[Minecraft:item]] instead of splitting them up.}} | ||
|{{ | |{{HistoryLine||v0.15.0|dev=build 1|Furnaces can now be moved by [[Minecraft:piston]]s.}} | ||
|{{ | |{{HistoryLine||v0.16.0|dev=build 1|A better description (Input, Fuel, Result) has been added to furnaces for devices that do not use a controller.}} | ||
|{{ | |{{HistoryLine|pocket}} | ||
|{{ | |{{HistoryLine||1.0.0|dev=alpha 0.17.0.1|A furnace now generates inside of [[Minecraft:igloo]]s.}} | ||
|{{ | |{{HistoryLine|bedrock}} | ||
|{{ | |{{HistoryLine||1.10.0|dev=beta 1.10.0.3|[[File:Furnace (N) JE3 BE2.png|32px]] [[File:Furnace (E) BE2.png|32px]] [[File:Furnace (S) BE2.png|32px]] [[File:Furnace (N) JE3 BE2.png|32px]] [[File:Lit Furnace (N) BE2.png|32px]] [[File:Lit Furnace (E) BE2.png|32px]] [[File:Lit Furnace (S) BE2.png|32px]] [[File:Lit Furnace (N) BE2.png|32px]] The texture of furnaces has been changed. | ||
|Furnaces can now be used to craft [[Minecraft:smoker]]s and blast | |Furnaces can now be used to craft [[Minecraft:smoker]]s and [[Minecraft:blast furnace]]s. | ||
|Furnaces now generate in the new | |Furnaces now generate in the new [[Minecraft:village]]s.}} | ||
|{{ | |{{HistoryLine||1.11.0|dev=beta 1.11.0.1|Furnaces can now be found in [[Minecraft:snowy tundra]] village house [[Minecraft:chest]]s.}} | ||
|{{ | |{{HistoryLine||1.16.20|dev=beta 1.16.20.50|[[Minecraft:Blackstone]] can now be used to craft furnaces.}} | ||
|{{HistoryLine||1.16.20|dev=beta 1.16.20.50|Furnaces now drop experience from within from processed [[Minecraft:item]]s.<ref>{{bug|MCPE-71651|||F}}</ref>}} | |{{HistoryLine||1.16.20|dev=beta 1.16.20.50|Furnaces now drop [[Minecraft:experience]] from within from processed [[Minecraft:item]]s.<ref>{{bug|MCPE-71651|||F}}</ref>}} | ||
|{{ | |{{HistoryLine||1.17.0|dev=beta 1.16.230.52|[[Minecraft:Cobbled deepslate]] can now be used to craft furnaces.}} | ||
|{{HistoryLine||1.21.50|dev=Preview 1.21.50.24|Furnaces drop themselves only if mined using a pickaxe, matching {{ | |{{HistoryLine||1.21.50|dev=Preview 1.21.50.24|Furnaces drop themselves only if mined using a pickaxe, matching {{JE}}.}} | ||
}} | }} | ||
=== Legacy Console Edition === | === Legacy Console Edition === | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|console}} | ||
|{{ | |{{HistoryLine||xbox=TU1|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Furnace (N) JE2 BE1.png|32px]] [[File:Furnace (E) JE2 BE1.png|32px]] [[File:Furnace (S) JE2 BE1.png|32px]] [[File:Furnace (N) JE2 BE1.png|32px]] [[File:Furnace (N) JE2 BE1.png|32px]] [[File:Lit Furnace (E) JE2 BE1.png|32px]] [[File:Lit Furnace (S) JE2 BE1.png|32px]] [[File:Furnace (N) JE2 BE1.png|32px]] Added furnaces.}} | ||
|{{ | |{{HistoryLine||xbox=TU5|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|Added quick move to the furnace.}} | ||
|{{ | |{{HistoryLine||xbox=TU12|[[Minecraft:Cat]]s now try to sit on active furnaces, making them unusable. This is intended to annoy the [[Minecraft:player]].}} | ||
|{{ | |{{HistoryLine||xbox=TU14|ps3=1.04|psvita=1.00|ps4=1.00|Wooden [[Minecraft:tool]]s now work in furnaces as one full furnace use. | ||
|When using [[Minecraft:lava]] as fuel inside furnaces, the player now recovers the [[Minecraft:bucket]].}} | |When using [[Minecraft:lava]] as [[Minecraft:fuel]] inside furnaces, the [[Minecraft:player]] now recovers the [[Minecraft:bucket]].}} | ||
|{{ | |{{HistoryLine||xbox=TU31|xbone=CU19|ps3=1.22|psvita=1.22|ps4=1.22|wiiu=Patch 3|When a furnace runs out of fuel, the [[Minecraft:smelting]] progress now reverses at twice the speed of smelting. | ||
|Furnaces now allow only fuel or a single empty [[Minecraft:bucket]] in the fuel slot.}} | |Furnaces now allow only [[Minecraft:fuel]] or a single empty [[Minecraft:bucket]] in the fuel slot.}} | ||
|{{ | |{{HistoryLine||xbox=TU43|xbone=CU33|ps3=1.36|psvita=1.36|ps4=1.36|wiiu=Patch 13|switch=1.0.1|A furnace generates inside [[Minecraft:igloo]]s.}} | ||
|{{HistoryLine||xbox=TU46|xbone=CU36|ps3=1.38|psvita=1.38|ps4=1.38|wiiu=Patch 15|switch=1.0.1|Added crackling sounds for lit furnaces.{{check version}}}} | |{{HistoryLine||xbox=TU46|xbone=CU36|ps3=1.38|psvita=1.38|ps4=1.38|wiiu=Patch 15|switch=1.0.1|Added crackling sounds for lit furnaces.{{check version}}}} | ||
|{{ | |{{HistoryLine||xbox=TU53|xbone=CU43|ps3=1.49|psvita=1.49|ps4=1.50|wiiu=Patch 23|switch=1.0.3|More [[Minecraft:item]]s can now be used as fuel in a furnace.}} | ||
|{{ | |{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.90|wiiu=none|switch=none|[[File:Furnace (N) JE3 BE2.png|32px]] [[File:Furnace (E) JE4.png|32px]] [[File:Furnace (S) JE4.png|32px]] [[File:Furnace (W) JE4.png|32px]] [[File:Furnace (N) JE3 BE2.png|32px]] [[File:Lit Furnace (E) JE4.png|32px]] [[File:Lit Furnace (S) JE4.png|32px]] [[File:Furnace (W) JE4.png|32px]] The texture of furnaces has been changed.}} | ||
|{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.91|wiiu=none|switch=none|Furnaces can now be moved by [[Minecraft:piston]]s.{{check version}}|Furnaces now generate in the new | |{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.91|wiiu=none|switch=none|Furnaces can now be moved by [[Minecraft:piston]]s.{{check version}}|Furnaces now generate in the new [[Minecraft:village]]s.|Furnaces can now be used to craft [[Minecraft:blast furnace]]s and [[Minecraft:smoker]]s.}} | ||
}} | }} | ||
=== ''New Nintendo 3DS Edition'' === | === ''New Nintendo 3DS Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|new 3ds}} | ||
|{{ | |{{HistoryLine||0.1.0|[[File:Furnace (N) JE2 BE1.png|32px]] [[File:Furnace (E) JE2 BE1.png|32px]] [[File:Furnace (S) JE2 BE1.png|32px]] [[File:Furnace (N) JE2 BE1.png|32px]] [[File:Furnace (N) JE2 BE1.png|32px]] [[File:Lit Furnace (E) JE2 BE1.png|32px]] [[File:Lit Furnace (S) JE2 BE1.png|32px]] [[File:Furnace (N) JE2 BE1.png|32px]] Added furnaces.}} | ||
}} | }} | ||
| Line 326: | Line 326: | ||
==== ''Java Edition'' ==== | ==== ''Java Edition'' ==== | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|java}} | ||
|{{HistoryLine||1.8|dev=14w06a|Furnaces now use the newly-implemented model json file {{ | |{{HistoryLine||1.8|dev=14w06a|Furnaces now use the newly-implemented model json file {{code|models/block/cube.json}}; previously the geometry was defined in the game code itself.}} | ||
|{{ | |{{HistoryLine||1.13|dev=17w47a|The different block IDs for the furnace has been merged into one ID. | ||
|A lit block state for furnaces has been added. | |A lit block state for furnaces has been added. | ||
|Prior to ''The Flattening'', these blocks' numeral IDs were 61 and 62.}} | |Prior to [[Minecraft:1.13/Flattening|''The Flattening'']], these blocks' numeral IDs were 61 and 62.}} | ||
|{{ | |{{HistoryLine||1.21.4|dev=Pre-Release 2|Renamed <code>CookTime</code> to <code>cooking_time_spent</code>. | ||
Renamed <code>CookTimeTotal</code> to <code>cooking_total_time</code>. | Renamed <code>CookTimeTotal</code> to <code>cooking_total_time</code>. | ||
Renamed <code>BurnTime</code> to <code>lit_time_remaining</code>. | Renamed <code>BurnTime</code> to <code>lit_time_remaining</code>. | ||
| Line 339: | Line 339: | ||
==== ''Bedrock Edition'' ==== | ==== ''Bedrock Edition'' ==== | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|bedrock}} | ||
|{{ | |{{HistoryLine||1.20.30|dev=Preview 1.20.30.20|Furnaces now use the <code>minecraft:cardinal_direction</code> [[Minecraft:block state]] instead of <code>facing_direction</code>.}} | ||
}} | }} | ||
== Issues == | == Issues == | ||
{{ | {{Issue list}} | ||
== Trivia == | == Trivia == | ||
| Line 351: | Line 351: | ||
== Gallery == | == Gallery == | ||
=== Renders === | === Renders === | ||
==== {{ | ==== {{JE}} ==== | ||
<gallery> | <gallery> | ||
Furnace (S).png|Facing south | Furnace (S).png|Facing south | ||
| Line 361: | Line 361: | ||
</gallery> | </gallery> | ||
==== {{ | ==== {{BE}} ==== | ||
<gallery> | <gallery> | ||
Furnace (S) BE.png|Facing south | Furnace (S) BE.png|Facing south | ||
| Line 373: | Line 373: | ||
=== Screenshots === | === Screenshots === | ||
<gallery> | <gallery> | ||
Furnaces in Village.png|Naturally occurring furnaces in a village. | Furnaces in Village.png|Naturally occurring furnaces in a [[Minecraft:village]]. | ||
Furnace in a leatherworker house.png|A furnace in a leatherworker house. | Furnace in a leatherworker house.png|A furnace in a leatherworker house. | ||
Minecraft 2012-09-26 12-28-49.png|A furnace emitting light from its front. | Minecraft 2012-09-26 12-28-49.png|A furnace emitting light from its front. | ||
| Line 388: | Line 388: | ||
=== In other media === | === In other media === | ||
<gallery> | <gallery> | ||
Croc Ad 2.jpg|Ari putting a salmon into a furnace; note the perspective of the block compared to the characters. | Croc Ad 2.jpg|[[Minecraft:Ari]] putting a [[Minecraft:salmon]] into a furnace; note the perspective of the block compared to the characters. | ||
Furnace (inventory) MCE.png|A [[Minecraft Earth:Furnace|furnace]] as it appeared in ''Minecraft Earth''. | Furnace (inventory) MCE.png|A [[Minecraft:Minecraft Earth:Furnace|furnace]] as it appeared in ''[[Minecraft:Minecraft Earth]]''. | ||
Minicraft Furnace.png|A furnace as it appears in ''Minicraft''. | Minicraft Furnace.png|A furnace as it appears in [[Minecraft:Minicraft|''Minicraft'']]. | ||
Alex survival pack.jpeg|The Survival Pack, an action figure pack containing Alex and a furnace. | Alex survival pack.jpeg|The Survival Pack, an action figure pack containing [[Minecraft:Alex]] and a furnace. | ||
Forge in the stash.png|Two furnaces as seen in A Minecraft Movie. | Forge in the stash.png|Two furnaces as seen in [[Minecraft:A Minecraft Movie]]. | ||
</gallery> | </gallery> | ||
== See also == | == See also == | ||
*{{ | *{{BlockLink|Blast Furnace}} | ||
*{{ | *{{BlockLink|Smoker}} | ||
*[[Minecraft:Minecart with Furnace]] | *[[Minecraft:Minecart with Furnace]] | ||
== References == | == References == | ||
{{ | {{reflist}} | ||
== External links == | == External links == | ||
| Line 407: | Line 407: | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox blocks|Utility}} | ||
[[Category:Generated structure blocks]] | [[Category:Generated structure blocks]] | ||
| Line 418: | Line 418: | ||
[[Category:Readable by comparators]] | [[Category:Readable by comparators]] | ||
cs:Pec | [[Minecraft:cs:Pec]] | ||
de:Ofen | [[Minecraft:de:Ofen]] | ||
es:Horno | [[Minecraft:es:Horno]] | ||
fr:Fourneau | [[Minecraft:fr:Fourneau]] | ||
hu:Kemence | [[Minecraft:hu:Kemence]] | ||
it:Fornace | [[Minecraft:it:Fornace]] | ||
ja:かまど | [[Minecraft:ja:かまど]] | ||
ko:화로 | [[Minecraft:ko:화로]] | ||
lzh:爐 | [[Minecraft:lzh:爐]] | ||
nl:Oven | [[Minecraft:nl:Oven]] | ||
pl:Piec | [[Minecraft:pl:Piec]] | ||
pt:Fornalha | [[Minecraft:pt:Fornalha]] | ||
ru:Печь | [[Minecraft:ru:Печь]] | ||
th:เตาเผา | [[Minecraft:th:เตาเผา]] | ||
uk:Піч | [[Minecraft:uk:Піч]] | ||
zh:熔炉 | [[Minecraft:zh:熔炉]] | ||
Revision as of 11:09, 18 April 2026
Template:For Template:Infobox block
A furnace is a Minecraft:block with two functions: it can be used for either Minecraft:smelting or Minecraft:cooking, by placing Minecraft:fuel and an appropriate Minecraft:item inside together.
Obtaining
Breaking
A furnace can be picked up using any Minecraft:pickaxe. If mined without a pickaxe, it does not drop itself.
Furnaces drop their contents when broken, including XP from processed items that were extracted by hoppers.
Natural generation
Furnaces can be found in Minecraft:plains, Minecraft:desert, and some Minecraft:savanna Minecraft:village weaponsmiths. Furnaces also generate in some houses in Minecraft:snowy village, and in one of the Minecraft:taiga and Minecraft:snowy taigaTemplate:Only village houses. They can also generate in Minecraft:ancient cities and Minecraft:trail ruins, and one furnace generates in every Minecraft:igloo.
Generated loot
Crafting
The lit furnace can be obtained Template:In only with commands such as Template:Cmd, although it does not appear lit in the inventory. Template:IN, the lit furnace block can be obtained only by inventory editing. It always stays lit, despite containing no items.
Usage
Furnaces cannot be pushed by Minecraft:pistons Template:In.
Processing items
The purpose of a furnace is to process items by heating them up in order to change them into other items. Its interface can be opened by pressing the Template:Control button on it. A fuel source (up to one stack of fuel items) is placed in the bottom slot, and the items to be processed (up to one stack) goes in the upper slot. A furnace runs at a speed of one item every Template:Convert or six items per minute.
The number of items that a fuel source can process depends on the type of fuel. As soon as the process begins, the fuel slot is decremented immediately, and that unit of fuel starts burning. The fuel continues burning until fully consumed, regardless of whether the upper slot has any items remaining to process. For example, a piece of coal burns for 80 seconds and can process eight items, but if only one item is processed (or if the item is pulled out before the process is complete), the coal still continues burning for the full 80 seconds, wasting seven items’ worth of processing. After it burns out, no additional fuel is decremented from the fuel slot if the upper slot is empty. If the fuel slot is empty and the burning fuel is consumed before an item completes processing, the process stops, the item is unchanged, and the process must be restarted with new fuel.
| Minecraft:Smelting recipe |
|---|
| Template:Furnace |
Light source
Furnaces emit a light level of 13 when active, as well as smoke and flame Minecraft:particles.
Crafting ingredient
Custom name
By default, the GUI of a furnace is labeled "Furnace", but this name can be customized by naming it in an Minecraft:anvil before placing it, or by changing the CustomName tag using the Template:Cmd commandTemplate:Only.
Lock
Template:IN, a furnace can be "locked" by setting its lock tag using the Template:Cmd command. If a furnace's lock tag is not blank, the furnace cannot be opened unless the player is holding an item that matches the item predicate in the lock tag. For example, to lock a furnace at (0,64,0) so that the furnace cannot be opened unless the player is holding an item named "Furnace Key", use Template:Cmd.
Note blocks
A furnace can be placed under Minecraft:note blocks to produce "bass drum" sounds.
Sounds
Generic
Template:Sound table/Block/Stone
Unique
Data values
ID
Template:Edition: Template:ID table Template:ID table
Template:Edition: Template:ID table Template:ID table Template:ID table
Block states
Template:Edition: Template:Bst Template:Bst
Template:Edition: Template:Bst
Block data
A furnace has a block entity associated with it that holds additional data about the block.
Template:El: Template:See also
<section begin="block data" />
- Template:Nbt Block entity data
- Template:Nbt inherit/blockentity
- Template:Nbt inherit/nameable
- Template:Nbt inherit/lockable
- Template:Nbt: List of items in this container. Represents the Template:DCL component.
- Template:Nbt: An item in the furnace, including the slot tag:
Slot 0: The item(s) being smelted.
Slot 1: The item(s) to use as the next fuel source.
Slot 2: The item(s) in the result slot.
- Template:Nbt: An item in the furnace, including the slot tag:
- Template:Nbt: Number of ticks left before the current fuel runs out.
- Template:Nbt: Number of ticks the item has been smelting for. The item finishes smelting when this value reaches 200 (10 seconds). Is reset to 0 if lit_time_remaining reaches 0.
- Template:Nbt: Number of ticks it takes for the item to be smelted.
- Template:Nbt: Represent the total time the furnace should be lit.
- Template:Nbt: Which recipes have been used since the last time a recipe result item was manually removed from the GUI. Used to calculate experience given to the player when taking out the resulting item. Is not preserved when removed.
- Template:Nbt: How many times this specific recipe has been used. The recipe ID is the identifier of the smelting recipe, as a Minecraft:resource location, as used in the Template:Cmd command.
<section end="block data" />
Achievements
Advancements
Videos
History
Java Edition
Bedrock Edition
Legacy Console Edition
New Nintendo 3DS Edition
Data history
Java Edition
Bedrock Edition
Issues
Trivia
- Furnaces function as multiple real-world devices combined into one block: bloomeries and blast furnaces (for smelting ores), ovens (for baking and cooking), charcoal pits (for the charring of wood) and kilns (for baking of clay).
Gallery
Renders
Template:JE
-
Facing south
-
Facing south, lit
-
Facing west
-
Facing north
-
Facing east
-
Facing east, lit
Template:BE
-
Facing south
-
Facing south, lit
-
Facing west or north
-
Facing west or north, lit
-
Facing east
-
Facing east, lit
Screenshots
-
Naturally occurring furnaces in a Minecraft:village.
-
A furnace in a leatherworker house.
-
A furnace emitting light from its front.
-
A furnace not emitting light from its back.
-
A furnace emitting light from its back, before 1.4.
-
An auto-smelter under construction.
-
Another auto-smelter.
-
Minecraft:Efe standing in the middle of a large grid of furnaces.<ref>https://x.com/Minecraft/status/1769743521936769385?s=20</ref>
-
A player using a furnace to smelt Minecraft:Stone Bricks.
-
In game encyclopedia entry on Furnace
-
In game encyclopedia entry on Food
In other media
-
Minecraft:Ari putting a Minecraft:salmon into a furnace; note the perspective of the block compared to the characters.
-
A furnace as it appeared in Minecraft:Minecraft Earth.
-
A furnace as it appears in Minicraft.
-
The Survival Pack, an action figure pack containing Minecraft:Alex and a furnace.
-
Two furnaces as seen in Minecraft:A Minecraft Movie.
See also
References
External links
- Block of the Week: Furnace – Minecraft.net on September 15, 2017
Minecraft:cs:Pec Minecraft:de:Ofen Minecraft:es:Horno Minecraft:fr:Fourneau Minecraft:hu:Kemence Minecraft:it:Fornace Minecraft:ja:かまど Minecraft:ko:화로 Minecraft:lzh:爐 Minecraft:nl:Oven Minecraft:pl:Piec Minecraft:pt:Fornalha Minecraft:ru:Печь Minecraft:th:เตาเผา Minecraft:uk:Піч Minecraft:zh:熔炉