Difference between revisions of "Blast Furnace"
Decoration>Windwend (→History: 1.14 changes.) |
m (1 revision imported) |
Latest revision as of 13:20, 13 May 2021
Renewable |
Yes |
---|---|
Stackable |
Yes (64) |
Tool | |
Blast resistance |
3.5 |
Hardness |
3.5 |
Luminant |
Yes (13) (when active) |
Transparent |
Partial (when active) |
Flammable |
No |
Catches fire from lava |
No |
A blast furnace is a block that smelts ores, raw metals[upcoming: JE 1.17], iron and gold armor and tools, similar to a furnace, but at twice the rate. It also serves as an armorer's job site block.
Obtaining
Breaking
A blast furnace can be picked up by any pickaxe. If mined without a pickaxe, it does not drop anything.
Blast furnaces drop their contents when broken.
Block | Blast Furnace | |
---|---|---|
Hardness | 3.5 | |
Tool | ||
Breaking time[FN 1] | ||
Default | 17.5 | |
Wooden | 2.65 | |
Stone | 1.35 | |
Iron | 0.9 | |
Diamond | 0.7 | |
Netherite | 0.6 | |
Golden | 0.45 |
- ↑ Times are for unenchanted tools as wielded by players with no status effects, measured in seconds. For more information, see Breaking § Speed.
Natural generation
Blast furnaces can generate in any armorer house; these can be found in a village.
Crafting
Ingredients | Crafting recipe |
---|---|
Iron Ingot + Furnace + Smooth Stone |
Usage
Blast furnaces can be pushed by pistons.[Bedrock Edition only]
Smelting
Blast furnaces are similar to furnaces, but can smelt only ore blocks and tools/armor made of iron, gold or chainmail. Blast furnaces serve as the counterpart to smokers, which are used mainly to cook food faster. Smelting equipment yields one iron or gold nugget from their respective materials. Once an item and a 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 using the output. Like normal furnaces, a hopper can be fed into a blast furnace and can also pick up items from it.
Light source
Blast furnaces emit a light level of 13 when active, similar to normal furnaces.
Custom name
By default, the GUI of a blast furnace is labeled "Blast Furnace", but this name can be customized by naming it in an anvil before placing it, or by changing the CustomName
tag using the /data
command.[Java Edition only]
Change profession
If a village has a blast furnace that has not been claimed by a villager, any nearby villager who hasn't chosen a job site block has a chance to change their profession to armorer.
Lock
In Java Edition, a blast furnace can be "locked" by setting its Lock
tag using the /data
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 /data merge block 0 64 0 {Lock:"Blast Furnace Key"}
.
Note Blocks
Blast furnace can be placed under note blocks to produce "bass drum" sound.
Sounds
Generic
Sound | Subtitle | Source | Description | Namespaced ID | Translation key | Volume | Pitch | Attenuation distance |
---|---|---|---|---|---|---|---|---|
File:Stone dig1.ogg | Block broken | Blocks | Once the block has broken | block.stone.break | subtitles.block.generic.break | 1.0 | 0.8 | 16 |
File:Stone hit1.ogg | None[sound 1] | Blocks | Falling on the block with fall damage | block.stone.fall | None[sound 1] | 0.5 | 0.75 | 16 |
File:Stone hit1.ogg | Block breaking | Blocks | While the block is in the process of being broken | block.stone.hit | subtitles.block.generic.hit | 0.25 | 0.5 | 16 |
File:Stone dig1.ogg | Block placed | Blocks | When the block is placed | block.stone.place | subtitles.block.generic.place | 1.0 | 0.8 | 16 |
File:Stone hit1.ogg | Footsteps | Blocks | Walking on the block | block.stone.step | subtitles.block.generic.footsteps | 0.15 | 1.0 | 16 |
Sound | Source | Description | Namespaced ID | Volume | Pitch |
---|---|---|---|---|---|
File:Stone dig1.ogg | Blocks | Once the block has broken | dig.stone | 1.0 | 0.8 |
File:Stone hit1.ogg | Blocks | Falling on the block with fall damage | fall.stone | 0.4 | 1.0 |
File:Stone hit1.ogg | Blocks | While the block is in the process of being broken | hit.stone | 0.37 | 0.5 |
? | Blocks | Jumping from the block | jump.stone | 0.12 | 1.0 |
? | Blocks | Falling on the block without fall damage | land.stone | 0.22 | 1.0 |
File:Stone hit1.ogg | Blocks | Walking on the block | step.stone | 0.3 | 1.0 |
File:Stone dig1.ogg | Blocks | When the block is placed | use.stone | 1.0 | 0.8 |
Unique
Sound | Subtitle | Source | Description | Namespaced ID | Translation key | Volume | Pitch | Attenuation distance |
---|---|---|---|---|---|---|---|---|
File:Blast Furnace fire crackle1.ogg | Blast furnace crackles | ? | Plays randomly when active | block.blastfurnace.fire_crackle[sound 1] | subtitles.block.blastfurnace.fire_crackle<ref name="nospace" group="sound"> | 1 | ? | 16 |
Data values
ID
Name | Namespaced ID | Form | Translation key |
---|---|---|---|
Blast Furnace | blast_furnace | Block & Item | block.minecraft.blast_furnace |
Name | Namespaced ID |
---|---|
Block entity | blast_furnace |
Name | Namespaced ID | Numeric ID | Form | Translation key |
---|---|---|---|---|
Unlit block | blast_furnace | 451 | Block & Item | tile.blast_furnace.name |
Lit block | lit_blast_furnace | 469 | Block | tile.lit_blast_furnace.name |
Name | Savegame ID |
---|---|
Block entity | BlastFurnace |
Metadata
In Bedrock Edition, blast furnaces use the following data values:
Block states
Block data
A blast furnace has a block entity associated with it that holds additional data about the block.
History
Java Edition | |||||
---|---|---|---|---|---|
1.14 | 18w44a | 32px 32px 32px 32px 32px 32px 32px 32px Added blast furnaces. | |||
Blast furnaces are currently obtainable only through the creative inventory and the GUI can be accessed only through spectator mode. | |||||
18w48a | Blast furnaces now generate in the updated plains villages. | ||||
18w49a | Blast furnaces now generate in the updated savanna villages and the new snowy tundra villages. | ||||
18w50a | Blast furnaces now generate in the updated desert and taiga villages. | ||||
Blast furnaces are now functional and craftable. | |||||
19w03a | Sounds have been added for blast furnaces. | ||||
1.16 | 20w06a | Added ancient debris, which can be smelted in blast furnaces. | |||
Upcoming Java Edition | |||||
1.17 | 21w14a | Raw Metals can be smelted in blast furnaces. | |||
Bedrock Edition | |||||
1.9.0 | beta 1.9.0.2 | 32px 32px 32px 32px Added blast furnaces. | |||
1.10.0 | beta 1.10.0.3 | A crafting recipe has been added for the blast furnace. | |||
Blast furnaces now generate in the new village armorer houses. | |||||
1.11.0 | beta 1.11.0.1 | 32px 32px 32px 32px Blast furnace are now functional. | |||
Legacy Console Edition | |||||
1.91 | 32px 32px 32px 32px 32px 32px 32px 32px Added blast furnaces. |
Lit blast furnace "item"
Bedrock Edition | |||||
---|---|---|---|---|---|
? | Lit blast furnaces exist as an item. | ||||
? | The lit furnace item is called tile.lit_blast_furnace.name. | ||||
? | 32px Lit blast furnace items now look like this. |
Issues
Issues relating to "Blast Furnace" are maintained on the bug tracker. Report issues there.
See also
References
cs:Tavicí pec de:Schmelzofen fr:Haut fourneau ja:溶鉱炉 ko:용광로 pl:Piec hutniczy pt:Alto-forno ru:Плавильная печь th:เตาหลอม zh:高炉
- Pages with broken file links
- Renewable resources
- Upcoming
- Java Edition upcoming tag
- Decoration block recipe
- Recipe using Iron Ingot
- Recipe using Furnace
- Recipe using Smooth Stone
- Pages missing sound source
- Pages missing sound pitch
- Java Edition upcoming
- Unknown Bedrock version history
- Bedrock Edition upcoming tag
- Pages using deprecated sprite names
- Pages with missing sprites
- Blocks
- Utility blocks
- Generated structure blocks
- Storage
Bedrock Edition upcoming tag
Blocks
Decoration block recipe
Generated structure blocks
Java Edition upcoming
Java Edition upcoming tag
Pages missing sound pitch
Pages missing sound source
Pages using deprecated sprite names
Pages with broken file links
Pages with missing sprites
Recipe using Furnace
Recipe using Iron Ingot
Recipe using Smooth Stone
Renewable resources
Storage
Unknown Bedrock version history
Upcoming
Utility blocks