Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Blast Furnace: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
| group2 = Lit
| group2 = Lit
| 2-1 = Lit Blast Furnace.gif
| 2-1 = Lit Blast Furnace.gif
| 2-1caption = {{MC/El|je}}
| 2-1caption = {{el|je}}
| 2-2 = Lit Blast Furnace BE.gif
| 2-2 = Lit Blast Furnace BE.gif
| 2-2caption = {{MC/El|be}}
| 2-2caption = {{el|be}}
| extratext = View [[#Gallery|all renders]]
| extratext = View [[#Gallery|all renders]]
| transparent = Partial <small>(when active)</small>
| transparent = Partial <small>(when active)</small>
Line 16: Line 16:
| lavasusceptible = No
| lavasusceptible = No
}}
}}
A '''blast furnace''' is a [[Minecraft:block]] that smelts ores and  metal items twice as quickly as a [[Minecraft:furnace]], but cannot smelt anything else. It also serves as an armorer's job site block.
A '''blast furnace''' is a [[Minecraft:block]] that smelts [[Minecraft:Ore (disambiguation)|ore]]s and  [[Minecraft:Smelting#Gear|metal items]] twice as quickly as a [[Minecraft:furnace]], but cannot smelt anything else. It also serves as an [[Minecraft:armorer]]'s [[Minecraft:job site block]].


== Obtaining ==
== Obtaining ==
Line 23: Line 23:


Blast furnaces drop their contents when broken.
Blast furnaces drop their contents when broken.
{{MC/Breaking row|horizontal=1|Blast Furnace|Pickaxe|Wood|foot=1}}
{{breaking row|horizontal=1|Blast Furnace|Pickaxe|Wood|foot=1}}


=== Natural generation ===
=== Natural generation ===
Blast furnaces can generate in any armorer house; these can be found in a village. Blast furnaces can also generate in trail ruins.
Blast furnaces can generate in any armorer house; these can be found in a [[Minecraft:village]]. Blast furnaces can also generate in [[Minecraft:trail ruins]].


=== Crafting ===
=== Crafting ===
Line 48: Line 48:
=== Smelting ===
=== Smelting ===
[[File:Blast Furnace GUI.png|thumb|176px|The GUI for the blast furnace, same as the ordinary furnace's.]]
[[File:Blast Furnace GUI.png|thumb|176px|The GUI for the blast furnace, same as the ordinary furnace's.]]
{{MC/Main|Smelting}}
{{main|Smelting}}


Blast furnaces are similar to furnaces, but can smelt only raw metal, [[Minecraft:ore]] blocks and [[Minecraft:tool]]s/[[Minecraft:armor]] made of iron, gold, chainmail, or copper. Blast furnaces serve as the counterpart to [[Minecraft:smoker]]s, which are used mainly to cook food faster. Smelting equipment yields one iron, gold or copper nugget from their respective materials. Once an [[Minecraft:item]] and a fuel are placed into the blast furnace, the block state changes to <code>lit</code> and the item is smelted twice as fast as a regular furnace. Fuel is also used at double the rate of regular furnaces, so the number of items smelted per fuel stays the same. The product can then be collected by {{MC/Control|using}} the output. Like normal [[Minecraft:furnace]]s, a [[Minecraft:hopper]] can be used to feed items into or collect items from a blast furnace.
Blast furnaces are similar to furnaces, but can [[Minecraft:smelt]] only [[Minecraft:raw metal]], [[Minecraft:ore]] blocks and [[Minecraft:tool]]s/[[Minecraft:armor]] made of [[Minecraft:iron]], [[Minecraft:gold]], [[Minecraft:chainmail]], or [[Minecraft:copper]]. Blast furnaces serve as the counterpart to [[Minecraft:smoker]]s, which are used mainly to cook food faster. Smelting equipment yields one iron, gold or copper nugget from their respective materials. Once an [[Minecraft:item]] and a [[Minecraft:fuel]] are placed into the blast furnace, the block state changes to <code>lit</code> and the item is smelted twice as fast as a regular furnace. Fuel is also used at double the rate of regular furnaces, so the number of items smelted per fuel stays the same. The product can then be collected by {{control|using}} the output. Like normal [[Minecraft:furnace]]s, a [[Minecraft:hopper]] can be used to feed items into or collect items from a blast furnace.


=== Profession ===
=== Profession ===
{{MC/Main|Job site block}}
{{main|Job site block}}
If a blast furnace has not been claimed by a [[Minecraft:villager]], any nearby unemployed villager has a chance to change their profession to armorer and claim the blast furnace as their job site block.
If a blast furnace has not been claimed by a [[Minecraft:villager]], any nearby unemployed villager has a chance to change their profession to armorer and claim the blast furnace as their [[Minecraft:job site block]].


=== Light source ===
=== Light source ===
Blast furnaces emit a light level of 13 when active, similar to normal [[Minecraft:furnace]]s.
Blast furnaces emit a [[Minecraft:light]] level of 13 when active, similar to normal [[Minecraft:furnace]]s.


=== Custom name ===
=== Custom name ===
By default, the interface of a blast furnace is labeled "Blast 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 {{MC/Cmd|data}} command.{{only|java}}
By default, the interface of a blast furnace is labeled "Blast 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 ===
{{MC/In|je}}, a blast furnace can be "locked" by setting its <code>lock</code> tag using the {{MC/Cmd|data}} command. If a blast furnace's <code>lock</code> tag is not blank, the blast furnace cannot be opened unless the player is holding an item with the same name as the <code>lock</code> tag's text. For example, to lock a blast furnace at (0,64,0) so that the blast furnace cannot be opened unless the player is holding an item named "Blast Furnace Key", use {{cmd|data merge block 0 64 0 <nowiki>{lock:{components:{"custom_name":"Blast Furnace Key"}}}</nowiki>}}.
{{IN|je}}, a blast furnace can be "locked" by setting its <code>lock</code> tag using the {{cmd|data}} command. If a blast furnace's <code>lock</code> tag is not blank, the blast furnace cannot be opened unless the player is holding an item with the same name as the <code>lock</code> tag's text. For example, to lock a blast furnace at (0,64,0) so that the blast furnace cannot be opened unless the player is holding an item named "Blast Furnace Key", use {{cmd|data merge block 0 64 0 <nowiki>{lock:{components:{"custom_name":"Blast Furnace Key"}}}</nowiki>}}.
 
=== Note blocks ===
Blast furnace can be placed under note blocks to produce "bass drum" sounds.


== Sounds ==
== Sounds ==
=== Generic ===
=== Generic ===
{{MC/Sound table/Block/Stone}}
{{Sound table/Block/Stone}}


=== Unique ===
=== Unique ===
{{MC/Edition|java}}
{{edition|java}}
{{SoundTable
{{SoundTable
| type = java
| type = java
Line 104: Line 101:
|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 blast furnace locked using the {{MC/Nbt|compound|lock}} tag
|description=When a player attempts to open a blast 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 113: Line 110:
}}
}}


{{MC/Edition|bedrock}}:
{{edition|bedrock}}:
{{SoundTable
{{SoundTable
| type = bedrock
| type = bedrock
Line 138: Line 135:
== Data values ==
== Data values ==
=== ID ===
=== ID ===
{{MC/Edition|java}}:
{{edition|java}}:
{{ID table
{{ID table
|edition=java
|edition=java
Line 154: Line 151:
|foot=1}}
|foot=1}}


{{MC/Edition|bedrock}}:
{{edition|bedrock}}:
{{ID table2
{{ID table2
|edition=bedrock
|edition=bedrock
Line 182: Line 179:


=== Block states ===
=== Block states ===
{{MC/See also|Block states}}
{{see also|Block states}}


{{MC/El|je}}:
{{el|je}}:
{{bst|facing|north|east,north,south,west|The direction the blast furnace's opening faces.<br>The opposite from the direction the player faces while placing the blast furnace.}}
{{bst|facing|north|east,north,south,west|The direction the blast furnace's opening faces.<br>The opposite from the direction the player faces while placing the blast furnace.}}
{{bst|lit|false|false,true|If the blast furnace is lit.|foot=1}}
{{bst|lit|false|false,true|If the blast furnace is lit.|foot=1}}


{{MC/El|be}}:
{{el|be}}:
{{bst|showaux=1|bits=|minecraft:cardinal_direction|south|east,north,south,west|The direction the blast furnace's opening faces.<br>The opposite from the direction the player faces while placing the blast furnace.|Unsupported|foot=1}}
{{bst|showaux=1|bits=|minecraft:cardinal_direction|south|east,north,south,west|The direction the blast furnace's opening faces.<br>The opposite from the direction the player faces while placing the blast furnace.|Unsupported|foot=1}}


Line 194: Line 191:
A blast furnace has a block entity associated with it that holds additional data about the block.
A blast furnace has a block entity associated with it that holds additional data about the block.


{{MC/El|java}}:
{{el|java}}:
{{MC/See also|Block entity format}}
{{see also|Block entity format}}
<section begin="block data"/><div class="treeview">
<section begin="block data"/><div class="treeview">
{{#lst:Furnace|block data}}
{{#lst:Furnace|block data}}
</div><section end="block data"/>
</div><section end="block data"/>


{{MC/El|bedrock}}:
{{el|bedrock}}:
: See [[Minecraft:Bedrock Edition level format/Block entity format]].
: See [[Minecraft:Bedrock Edition level format/Block entity format]].


== Videos ==
== Videos ==
{{MC/Yt|a6acd4G2Yz4}}
{{yt|a6acd4G2Yz4}}


== History ==
== History ==
{{MC/See technical block|Lit Blast Furnace}}
{{See technical block|Lit Blast Furnace}}
=== ''Java Edition'' ===
=== ''Java Edition'' ===
{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|java}}
|{{HistoryLine|java}}
|{{MC/HistoryLine||1.14|dev=18w44a|[[File:Blast Furnace (N) JE1 BE1.png|32px]] [[File:Blast Furnace (E) JE1.png|32px]] [[File:Blast Furnace (S) JE1.png|32px]] [[File:Blast Furnace (W) JE1.png|32px]] [[File:Blast Furnace (N) JE1 BE1.png|32px]] [[File:Lit Blast Furnace (E) JE1.png|32px]] [[File:Lit Blast Furnace (S) JE1.png|32px]] [[File:Blast Furnace (W) JE1.png|32px]] Added blast furnaces.  
|{{HistoryLine||1.14|dev=18w44a|[[File:Blast Furnace (N) JE1 BE1.png|32px]] [[File:Blast Furnace (E) JE1.png|32px]] [[File:Blast Furnace (S) JE1.png|32px]] [[File:Blast Furnace (W) JE1.png|32px]] [[File:Blast Furnace (N) JE1 BE1.png|32px]] [[File:Lit Blast Furnace (E) JE1.png|32px]] [[File:Lit Blast Furnace (S) JE1.png|32px]] [[File:Blast Furnace (W) JE1.png|32px]] Added blast furnaces.  
|Blast furnaces are currently obtainable only through the [[Minecraft:Creative inventory]] and the GUI can be accessed only through Spectator mode.}}
|Blast furnaces are currently obtainable only through the [[Minecraft:Creative inventory]] and the GUI can be accessed only through [[Minecraft:Spectator]] mode.}}
|{{MC/HistoryLine|||dev=18w48a|Blast furnaces now generate in the updated villages in plains.}}
|{{HistoryLine|||dev=18w48a|Blast furnaces now generate in the updated [[Minecraft:village]]s in [[Minecraft:plains]].}}
|{{MC/HistoryLine|||dev=18w49a|Blast furnaces now generate in the updated villages in savannas and the new villages in snowy tundras.}}
|{{HistoryLine|||dev=18w49a|Blast furnaces now generate in the updated villages in [[Minecraft:savanna]]s and the new villages in [[Minecraft:snowy tundra]]s.}}
|{{MC/HistoryLine|||dev=18w50a|Blast furnaces now generate in the updated villages in deserts and taigas.
|{{HistoryLine|||dev=18w50a|Blast furnaces now generate in the updated villages in [[Minecraft:desert]]s and [[Minecraft:taiga]]s.
|Blast furnaces are now functional and craftable.}}
|Blast furnaces are now functional and [[Minecraft:craft]]able.}}
|{{MC/HistoryLine|||dev=19w03a|Sounds have been added for blast furnaces.}}
|{{HistoryLine|||dev=19w03a|[[Minecraft:Sound]]s have been added for blast furnaces.}}
|{{MC/HistoryLine|||dev=19w11a|Blast furnaces now serve as armorer [[Minecraft:villager]]s' job site block.}}
|{{HistoryLine|||dev=19w11a|Blast furnaces now serve as armorer [[Minecraft:villager]]s' job site block.}}
|{{MC/HistoryLine||1.16|dev=20w06a|Added ancient debris, which can be smelted in blast furnaces.}}
|{{HistoryLine||1.16|dev=20w06a|Added [[Minecraft:ancient debris]], which can be [[Minecraft:smelt]]ed in blast furnaces.}}
|{{MC/HistoryLine||1.17|dev=21w14a|Added raw metals, which can be smelted in blast furnaces.}}
|{{HistoryLine||1.17|dev=21w14a|Added [[Minecraft:raw metal]]s, which can be smelted in blast furnaces.}}
|{{MC/HistoryLine||1.20|dev=23w12a|Blast furnaces now generate in trail ruins.}}
|{{HistoryLine||1.20|dev=23w12a|Blast furnaces now generate in [[Minecraft:trail ruins]].}}
}}
}}


=== ''Bedrock Edition'' ===
=== ''Bedrock Edition'' ===
{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|bedrock}}
|{{HistoryLine|bedrock}}
|{{MC/HistoryLine||1.9.0|dev=beta 1.9.0.2|exp=Experimental Gameplay|[[File:Blast Furnace (N) JE1 BE1.png|32px]] [[File:Blast Furnace (E) BE1.png|32px]] [[File:Blast Furnace (S) BE1.png|32px]] [[File:Blast Furnace (N) JE1 BE1.png|32px]] Added blast furnaces as part of Experimental Gameplay.}}
|{{HistoryLine||1.9.0|dev=beta 1.9.0.2|exp=Experimental Gameplay|[[File:Blast Furnace (N) JE1 BE1.png|32px]] [[File:Blast Furnace (E) BE1.png|32px]] [[File:Blast Furnace (S) BE1.png|32px]] [[File:Blast Furnace (N) JE1 BE1.png|32px]] Added blast furnaces as part of [[Minecraft:Experimental Gameplay]].}}
|{{MC/HistoryLine||1.10.0|dev=beta 1.10.0.3|exp=Experimental Gameplay|A [[Minecraft:crafting]] recipe has been added for the blast furnace.
|{{HistoryLine||1.10.0|dev=beta 1.10.0.3|exp=Experimental Gameplay|A [[Minecraft:crafting]] recipe has been added for the blast furnace.
|Blast furnaces now generate in the new village armorer houses.}}
|Blast furnaces now generate in the new [[Minecraft:village]] armorer houses.}}
|{{MC/HistoryLine||1.11.0|dev=beta 1.11.0.1|[[File:Lit Blast Furnace (N) BE1.png|32px]] [[File:Lit Blast Furnace (E) BE1.png|32px]] [[File:Lit Blast Furnace (S) BE1.png|32px]] [[File:Lit Blast Furnace (N) BE1.png|32px]] Blast furnaces are now functional.|They are no longer available only behind Experimental Gameplay.}}
|{{HistoryLine||1.11.0|dev=beta 1.11.0.1|[[File:Lit Blast Furnace (N) BE1.png|32px]] [[File:Lit Blast Furnace (E) BE1.png|32px]] [[File:Lit Blast Furnace (S) BE1.png|32px]] [[File:Lit Blast Furnace (N) BE1.png|32px]] Blast furnaces are now functional.|They are no longer available only behind Experimental Gameplay.}}
|{{HistoryLine||1.21.50|dev=Preview 1.21.50.24|Blast furnaces drop themselves only if mined using a pickaxe, matching {{MC/JE}}.}}
|{{HistoryLine||1.21.50|dev=Preview 1.21.50.24|Blast furnaces drop themselves only if mined using a pickaxe, matching {{JE}}.}}
}}
}}


=== ''PlayStation 4 Edition'' ===
=== ''PlayStation 4 Edition'' ===
{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|ps4}}
|{{HistoryLine|ps4}}
|{{MC/HistoryLine||1.91|[[File:Blast Furnace (N) JE1 BE1.png|32px]] [[File:Blast Furnace (E) JE1.png|32px]] [[File:Blast Furnace (S) JE1.png|32px]] [[File:Blast Furnace (W) JE1.png|32px]] [[File:Blast Furnace (N) JE1 BE1.png|32px]] [[File:Lit Blast Furnace (E) JE1.png|32px]] [[File:Lit Blast Furnace (S) JE1.png|32px]] [[File:Blast Furnace (W) JE1.png|32px]] Added blast furnaces.|Blast furnaces can smelt [[Minecraft:sand]] and red sand.}}
|{{HistoryLine||1.91|[[File:Blast Furnace (N) JE1 BE1.png|32px]] [[File:Blast Furnace (E) JE1.png|32px]] [[File:Blast Furnace (S) JE1.png|32px]] [[File:Blast Furnace (W) JE1.png|32px]] [[File:Blast Furnace (N) JE1 BE1.png|32px]] [[File:Lit Blast Furnace (E) JE1.png|32px]] [[File:Lit Blast Furnace (S) JE1.png|32px]] [[File:Blast Furnace (W) JE1.png|32px]] Added blast furnaces.|Blast furnaces can smelt [[Minecraft:sand]] and [[Minecraft:red sand]].}}
}}
}}


=== Data history ===
=== Data history ===
{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|bedrock}}
|{{HistoryLine|bedrock}}
|{{MC/HistoryLine||1.20.30|dev=Preview 1.20.30.20|Blast furnaces now use the <code>minecraft:cardinal_direction</code> block state instead of <code>facing_direction</code>.}}
|{{HistoryLine||1.20.30|dev=Preview 1.20.30.20|Blast furnaces now use the <code>minecraft:cardinal_direction</code> [[Minecraft:block state]] instead of <code>facing_direction</code>.}}
}}
}}


== Gallery ==
== Gallery ==
=== Renders ===
=== Renders ===
==== {{MC/JE}} ====
==== {{JE}} ====
<gallery>
<gallery>
Blast Furnace (S).png | Facing south
Blast Furnace (S).png | Facing south
Line 258: Line 255:
</gallery>
</gallery>


==== {{MC/BE}} ====
==== {{BE}} ====
<gallery>
<gallery>
Blast Furnace (S) BE.png | Facing south
Blast Furnace (S) BE.png | Facing south
Line 275: Line 272:
=== In other media ===
=== In other media ===
<gallery>
<gallery>
File:AYIB Zuri.jpeg|Zuri resting on top of a blast furnace.
File:AYIB Zuri.jpeg|[[Minecraft:Zuri]] resting on top of a blast furnace.
File:Blast furnaces.png|Blast furnaces as seen in A Minecraft Movie.
File:Blast furnaces.png|Blast furnaces as seen in [[Minecraft:A Minecraft Movie]].
</gallery>
</gallery>


== Issues ==
== Issues ==
{{MC/Issue list}}
{{issue list}}


== See also ==
== See also ==
*{{MC/Blocklink|Furnace}}
*{{BlockLink|Furnace}}
*{{MC/Blocklink|Smoker}}
*{{BlockLink|Smoker}}


== External links ==
== External links ==
Line 290: Line 287:


== Navigation ==
== Navigation ==
{{MC/Navbox blocks|Utility}}
{{Navbox blocks|Utility}}


[[Category:Job blocks]]
[[Category:Job blocks]]
Line 302: Line 299:
[[Category:Readable by comparators]]
[[Category:Readable by comparators]]


cs:Tavicí pec
[[Minecraft:cs:Tavicí pec]]
de:Schmelzofen
[[Minecraft:de:Schmelzofen]]
es:Alto horno
[[Minecraft:es:Alto horno]]
fr:Haut fourneau
[[Minecraft:fr:Haut fourneau]]
it:Forno fusorio
[[Minecraft:it:Forno fusorio]]
ja:溶鉱炉
[[Minecraft:ja:溶鉱炉]]
ko:용광로
[[Minecraft:ko:용광로]]
pl:Piec hutniczy
[[Minecraft:pl:Piec hutniczy]]
pt:Alto-Forno
[[Minecraft:pt:Alto-Forno]]
ru:Плавильная печь
[[Minecraft:ru:Плавильная печь]]
th:เตาหลอม
[[Minecraft:th:เตาหลอม]]
uk:Домна
[[Minecraft:uk:Домна]]
zh:高炉
[[Minecraft:zh:高炉]]

Latest revision as of 11:01, 29 April 2026

Template:Infobox block A blast furnace is a Minecraft:block that smelts ores and metal items twice as quickly as a Minecraft:furnace, but cannot smelt anything else. It also serves as an Minecraft:armorer's Minecraft:job site block.

Obtaining

Breaking

A blast furnace can be picked up using any Minecraft:pickaxe. If mined without a pickaxe, it does not drop itself.

Blast furnaces drop their contents when broken. Template:Breaking row

Natural generation

Blast furnaces can generate in any armorer house; these can be found in a Minecraft:village. Blast furnaces can also generate in Minecraft:trail ruins.

Crafting

Template:Crafting

Usage

Blast furnaces can be pushed by Minecraft:pistons.Template:Only

Smelting

File:Blast Furnace GUI.png
The GUI for the blast furnace, same as the ordinary furnace's.

Template:Main

Blast furnaces are similar to furnaces, but can Minecraft:smelt only Minecraft:raw metal, Minecraft:ore blocks and Minecraft:tools/Minecraft:armor made of Minecraft:iron, Minecraft:gold, Minecraft:chainmail, or Minecraft:copper. Blast furnaces serve as the counterpart to Minecraft:smokers, which are used mainly to cook food faster. Smelting equipment yields one iron, gold or copper nugget from their respective materials. Once an Minecraft:item and a Minecraft:fuel are placed into the blast furnace, the block state changes to lit and the item is smelted twice as fast as a regular furnace. Fuel is also used at double the rate of regular furnaces, so the number of items smelted per fuel stays the same. The product can then be collected by Template:Control the output. Like normal Minecraft:furnaces, a Minecraft:hopper can be used to feed items into or collect items from a blast furnace.

Profession

Template:Main If a blast furnace has not been claimed by a Minecraft:villager, any nearby unemployed villager has a chance to change their profession to armorer and claim the blast furnace as their Minecraft:job site block.

Light source

Blast furnaces emit a Minecraft:light level of 13 when active, similar to normal Minecraft:furnaces.

Custom name

By default, the interface of a blast furnace is labeled "Blast 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 command.Template:Only

Lock

Template:IN, a blast furnace can be "locked" by setting its lock tag using the Template:Cmd command. If a blast furnace's lock tag is not blank, the blast furnace cannot be opened unless the player is holding an item with the same name as the lock tag's text. For example, to lock a blast furnace at (0,64,0) so that the blast furnace cannot be opened unless the player is holding an item named "Blast Furnace Key", use Template:Cmd.

Sounds

Generic

Template:Sound table/Block/Stone

Unique

Template:Edition Template:SoundTable

Template:Edition: Template:SoundTable

Data values

ID

Template:Edition: Template:ID table Template:ID table

Template:Edition: Template:ID table2 Template:ID table2 Template:ID table

Block states

Template:See also

Template:El: Template:Bst Template:Bst

Template:El: Template:Bst

Block data

A blast furnace has a block entity associated with it that holds additional data about the block.

Template:El: Template:See also

<section begin="block data"/>

{{#lst:Furnace|block data}}

<section end="block data"/>

Template:El:

See Minecraft:Bedrock Edition level format/Block entity format.

Videos

Template:Yt

History

Template:See technical block

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

PlayStation 4 Edition

Template:HistoryTable

Data history

Template:HistoryTable

Gallery

Renders

Template:JE

Template:BE

Screenshots

In other media

Issues

Template:Issue list

See also

External links

Navigation

Template:Navbox blocks

Minecraft:cs:Tavicí pec Minecraft:de:Schmelzofen Minecraft:es:Alto horno Minecraft:fr:Haut fourneau Minecraft:it:Forno fusorio Minecraft:ja:溶鉱炉 Minecraft:ko:용광로 Minecraft:pl:Piec hutniczy Minecraft:pt:Alto-Forno Minecraft:ru:Плавильная печь Minecraft:th:เตาหลอม Minecraft:uk:Домна Minecraft:zh:高炉