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

Minecraft:Smoker: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Remove broken links to missing pages
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
 
Line 4: Line 4:
| group2 = Lit
| group2 = Lit
| 2-1 = Lit Smoker.gif
| 2-1 = Lit Smoker.gif
| 2-1caption = {{JE}}
| 2-1caption = {{MC/JE}}
| 2-2 = Lit Smoker BE.gif
| 2-2 = Lit Smoker BE.gif
| 2-2caption = {{BE}}
| 2-2caption = {{MC/BE}}
| extratext = View [[#Renders|all renders]]
| extratext = View [[#Renders|all renders]]
| transparent = Partial <small>(when active)</small>
| transparent = Partial <small>(when active)</small>
Line 24: Line 24:
Smokers drop their contents when broken.
Smokers drop their contents when broken.


{{breaking row|horizontal=1|Smoker|Pickaxe|Wood|foot=1}}
{{MC/Breaking row|horizontal=1|Smoker|Pickaxe|Wood|foot=1}}


=== Natural generation ===
=== Natural generation ===
Line 45: Line 45:
=== Cooking ===
=== Cooking ===
[[File:Smoker GUI.png|thumb|176px|The GUI for the smoker.]]
[[File:Smoker GUI.png|thumb|176px|The GUI for the smoker.]]
{{main|Cooking}}
{{MC/Main|Cooking}}


Smokers are used to cook food [[Minecraft:item]]s twice as fast as a regular [[Minecraft:furnace]], taking only 5 seconds per item instead of 10. It is the counterpart to the blast furnace, which is used to quickly smelt ores, metal tools and armor. When an uncooked food item and a fuel item are placed into the smoker, the block state changes to {{code|lit}} and the item cooks. Fuel is used at double the rate of regular furnaces, so the number of items cooked per fuel stays the same. The product can then be taken out of the output slot in the smoker's interface, or be collected using a [[Minecraft:hopper]].
Smokers are used to cook food [[Minecraft:item]]s twice as fast as a regular [[Minecraft:furnace]], taking only 5 seconds per item instead of 10. It is the counterpart to the blast furnace, which is used to quickly smelt ores, metal tools and armor. When an uncooked food item and a fuel item are placed into the smoker, the block state changes to {{MC/Code|lit}} and the item cooks. Fuel is used at double the rate of regular furnaces, so the number of items cooked per fuel stays the same. The product can then be taken out of the output slot in the smoker's interface, or be collected using a [[Minecraft:hopper]].


Smokers cannot cook chorus fruit, as popped chorus fruit is not edible.
Smokers cannot cook chorus fruit, as popped chorus fruit is not edible.
Line 105: Line 105:


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


Line 112: Line 112:


=== Custom name ===
=== Custom name ===
By default, the interface of a smoker is labeled "Smoker", 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}}.
By default, the interface of a smoker is labeled "Smoker", 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}}.


=== Lock ===
=== Lock ===
{{IN|je}}, a smoker can be "locked" by setting its <code>lock</code> tag using the {{cmd|data}} command. If a smoker's <code>lock</code> tag is not blank, the smoker 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 smoker at (0,64,0) so that the smoker cannot be opened unless the player is holding an item named "Smoker Key", use {{cmd|data merge block 0 64 0 <nowiki>{lock:{components:{"custom_name":"Smoker Key"}}}</nowiki>}}.
{{MC/In|je}}, a smoker can be "locked" by setting its <code>lock</code> tag using the {{MC/Cmd|data}} command. If a smoker's <code>lock</code> tag is not blank, the smoker 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 smoker at (0,64,0) so that the smoker cannot be opened unless the player is holding an item named "Smoker Key", use {{cmd|data merge block 0 64 0 <nowiki>{lock:{components:{"custom_name":"Smoker Key"}}}</nowiki>}}.


=== Note blocks ===
=== Note blocks ===
Line 122: Line 122:
== Sounds ==
== Sounds ==
=== Generic ===
=== Generic ===
{{Sound table/Block/Stone}}
{{MC/Sound table/Block/Stone}}


=== Unique ===
=== Unique ===
{{edition|java}}
{{MC/Edition|java}}
{{SoundTable
{{SoundTable
| type = java
| type = java
Line 156: Line 156:
|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 smoker locked using the {{nbt|compound|lock}} tag
|description=When a player attempts to open a smoker locked using the {{MC/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 165: Line 165:
}}
}}


{{edition|bedrock}}:
{{MC/Edition|bedrock}}:
{{SoundTable
{{SoundTable
| type = bedrock
| type = bedrock
Line 188: Line 188:
== Data values ==
== Data values ==
=== ID ===
=== ID ===
{{edition|java}}:
{{MC/Edition|java}}:
{{ID table
{{ID table
|edition=java
|edition=java
Line 204: Line 204:
|foot=1}}
|foot=1}}


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


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


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


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


Line 242: Line 242:
A smoker has a block entity associated with it that holds additional data about the block.
A smoker has a block entity associated with it that holds additional data about the block.


{{el|java}}:
{{MC/El|java}}:
{{see also|Block entity format}}
{{MC/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"/>


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


== Videos ==
== Videos ==
{{yt|mLOs-tc4gAw}}
{{MC/Yt|mLOs-tc4gAw}}


== History ==
== History ==
''For a more in-depth breakdown of changes to textures and models, including a set of renders for each state combination, see /Asset history''
''For a more in-depth breakdown of changes to textures and models, including a set of renders for each state combination, see /Asset history''
{{See technical block|Lit Smoker}}
{{MC/See technical block|Lit Smoker}}
=== ''Java Edition'' ===
=== ''Java Edition'' ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|java}}
|{{MC/HistoryLine|java}}
|{{HistoryLine||1.14|dev=18w44a|[[File:Smoker (S) JE1.png|32px]]  Added smokers.
|{{MC/HistoryLine||1.14|dev=18w44a|[[File:Smoker (S) JE1.png|32px]]  Added smokers.
|Smokers are currently obtainable only from the [[Minecraft:Creative inventory]].
|Smokers are currently obtainable only from the [[Minecraft:Creative inventory]].
|The GUI of smokers can currently be accessed only through Spectator mode.}}
|The GUI of smokers can currently be accessed only through Spectator mode.}}
|{{HistoryLine|||dev=18w48a|Smokers can now generate in some plains village houses.}}
|{{MC/HistoryLine|||dev=18w48a|Smokers can now generate in some plains village houses.}}
|{{HistoryLine|||dev=18w49a|Smokers can now generate in some savanna and snowy tundra village houses.}}
|{{MC/HistoryLine|||dev=18w49a|Smokers can now generate in some savanna and snowy tundra village houses.}}
|{{HistoryLine|||dev=18w50a|Smokers can now be found in some desert and taiga village houses.
|{{MC/HistoryLine|||dev=18w50a|Smokers can now be found in some desert and taiga village houses.
|[[File:Lit Smoker (S) JE1.png|32px]] Smokers are now functional.
|[[File:Lit Smoker (S) JE1.png|32px]] Smokers are now functional.
|Smokers can cook [[Minecraft:food]] items twice as fast as a regular [[Minecraft:furnace]].
|Smokers can cook [[Minecraft:food]] items twice as fast as a regular [[Minecraft:furnace]].
|Smokers can now be crafted using 4 [[Minecraft:log]]s and 1 furnace.}}
|Smokers can now be crafted using 4 [[Minecraft:log]]s and 1 furnace.}}
|{{HistoryLine|||dev=19w03a|Sounds have been added for smokers.}}
|{{MC/HistoryLine|||dev=19w03a|Sounds have been added for smokers.}}
|{{HistoryLine|||dev=19w11a|Smokers now serve as butcher [[Minecraft:villager]]s' job site block.}}
|{{MC/HistoryLine|||dev=19w11a|Smokers now serve as butcher [[Minecraft:villager]]s' job site block.}}
|{{HistoryLine||1.16|dev=20w13a|Smokers can now be crafted with stems and hyphae.}}
|{{MC/HistoryLine||1.16|dev=20w13a|Smokers can now be crafted with stems and hyphae.}}
|{{HistoryLine||1.17|dev=21w11a|[[File:Smoker (S) JE2.png|32px]] [[File:Lit Smoker (S) JE2.png|32px]] Changed the top texture of smoker.
|{{MC/HistoryLine||1.17|dev=21w11a|[[File:Smoker (S) JE2.png|32px]] [[File:Lit Smoker (S) JE2.png|32px]] Changed the top texture of smoker.
|[[File:Lit Smoker (S) (bottom view) JE1.png|32px]] The bottom texture is still unchanged.}}
|[[File:Lit Smoker (S) (bottom view) JE1.png|32px]] The bottom texture is still unchanged.}}
|{{HistoryLine||1.19|dev=22w11a|[[File:Lit Smoker (S) (bottom view) JE2.png|32px]] Changed the bottom texture of smoker.}}
|{{MC/HistoryLine||1.19|dev=22w11a|[[File:Lit Smoker (S) (bottom view) JE2.png|32px]] Changed the bottom texture of smoker.}}
}}
}}


=== ''Bedrock Edition'' ===
=== ''Bedrock Edition'' ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|bedrock}}
|{{MC/HistoryLine|bedrock}}
|{{HistoryLine||1.9.0|dev=beta 1.9.0.2|exp=Experimental Gameplay|[[File:Smoker (S) BE1.png|32px]] Added smokers, currently behind Experimental Gameplay.
|{{MC/HistoryLine||1.9.0|dev=beta 1.9.0.2|exp=Experimental Gameplay|[[File:Smoker (S) BE1.png|32px]] Added smokers, currently behind Experimental Gameplay.
|[[File:Smoker Animation.gif|32px]] The texture for the lit smoker exists, but it is unused.}}
|[[File:Smoker Animation.gif|32px]] The texture for the lit smoker exists, but it is unused.}}
|{{HistoryLine||1.10.0|dev=beta 1.10.0.3|exp=Experimental Gameplay|Smokers are now craftable.
|{{MC/HistoryLine||1.10.0|dev=beta 1.10.0.3|exp=Experimental Gameplay|Smokers are now craftable.
|Smokers can now generate in the butcher houses in villages.}}
|Smokers can now generate in the butcher houses in villages.}}
|{{HistoryLine||1.11.0|dev=beta 1.11.0.1|[[File:Lit Smoker (S) BE1.png|32px]] Added lit smokers. |Smokers are now functional.|They are now available outside of Experimental Gameplay.}}
|{{MC/HistoryLine||1.11.0|dev=beta 1.11.0.1|[[File:Lit Smoker (S) BE1.png|32px]] Added lit smokers. |Smokers are now functional.|They are now available outside of Experimental Gameplay.}}
|{{HistoryLine||1.17.0|dev=beta 1.17.0.50|[[File:Smoker (S).png|32px]] [[File:Lit Smoker (S).png|32px]] Changed the top texture of smokers.}}
|{{MC/HistoryLine||1.17.0|dev=beta 1.17.0.50|[[File:Smoker (S).png|32px]] [[File:Lit Smoker (S).png|32px]] Changed the top texture of smokers.}}
|{{HistoryLine||1.21.50|dev=Preview 1.21.50.24|Smokers drop themselves only if mined using a pickaxe, matching {{JE}}.}}
|{{HistoryLine||1.21.50|dev=Preview 1.21.50.24|Smokers drop themselves only if mined using a pickaxe, matching {{MC/JE}}.}}
}}
}}


=== ''PlayStation 4 Edition'' ===
=== ''PlayStation 4 Edition'' ===
{{HistoryTable
{{HistoryTable
|{{HistoryLine|ps4}}
|{{MC/HistoryLine|ps4}}
|{{HistoryLine||1.91|[[File:Smoker (S) JE1.png|32px]] [[File:Lit Smoker (S) JE1.png|32px]] Added smokers.}}
|{{MC/HistoryLine||1.91|[[File:Smoker (S) JE1.png|32px]] [[File:Lit Smoker (S) JE1.png|32px]] Added smokers.}}
}}
}}


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


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


== Gallery ==
== Gallery ==
Line 323: Line 323:


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


== External links ==
== External links ==
Line 330: Line 330:


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


[[Category:Job blocks]]
[[Category:Job blocks]]

Latest revision as of 20:57, 9 April 2026

Template:Infobox block A smoker is a block that cooks Minecraft:food twice as quickly as a Minecraft:furnace, but cannot smelt anything else. It also serves as a butcher's job site block.

Obtaining

Breaking

A smoker can be mined and obtained using any Minecraft:pickaxe. If mined without a pickaxe, it does not drop itself.

Smokers drop their contents when broken.

Script error: No such module "breaking row".

Natural generation

Smokers can generate in butcher houses in villages.

Crafting

Template:Crafting

Usage

Smokers cannot be pushed by pistons.Template:Only

Cooking

File:Smoker GUI.png
The GUI for the smoker.

{{#vardefine:params|0 }}Template:Hatnote

Smokers are used to cook food Minecraft:items twice as fast as a regular Minecraft:furnace, taking only 5 seconds per item instead of 10. It is the counterpart to the blast furnace, which is used to quickly smelt ores, metal tools and armor. When an uncooked food item and a fuel item are placed into the smoker, the block state changes to lit and the item cooks. Fuel is used at double the rate of regular furnaces, so the number of items cooked per fuel stays the same. The product can then be taken out of the output slot in the smoker's interface, or be collected using a Minecraft:hopper.

Smokers cannot cook chorus fruit, as popped chorus fruit is not edible.

Product Ingredient Exp Usage
Template:Slot
Minecraft:Baked Potato
Template:Slot
Minecraft:Potato
0.35 Fills Template:Hunger, while raw fills Template:Hunger.
Template:Slot
Minecraft:Dried Kelp
Template:Slot
Minecraft:Kelp
0.1 Fills Template:Hunger and can be eaten faster than other Minecraft:foods; while uncooked kelp is inedible. Can also be used to craft dried kelp block.
Template:Slot
Minecraft:Steak
Template:Slot
Minecraft:Raw Beef
0.35 Fills Template:Hunger, while raw fills Template:Hunger.
Template:Slot
Minecraft:Cooked Porkchop
Template:Slot
Minecraft:Raw Porkchop
0.35 Fills Template:Hunger, while raw fills Template:Hunger.
Template:Slot
Minecraft:Cooked Mutton
Template:Slot
Minecraft:Raw Mutton
0.35 Fills Template:Hunger, while raw fills Template:Hunger.
Template:Slot
Minecraft:Cooked Chicken
Template:Slot
Minecraft:Raw Chicken
0.35 Fills Template:Hunger, while raw fills Template:Hunger and has a 30% chance to give the Hunger status effect.
Template:Slot
Minecraft:Cooked Rabbit
Template:Slot
Minecraft:Raw Rabbit
0.35 Fills Template:Hunger, while raw fills Template:Hunger.
Template:Slot
Minecraft:Cooked Cod
Template:Slot
Minecraft:Raw Cod
0.35 Fills Template:Hunger, while raw fills Template:Hunger.
Template:Slot
Minecraft:Cooked Salmon
Template:Slot
Minecraft:Raw Salmon
0.35 Fills Template:Hunger, while raw fills Template:Hunger.

Profession

{{#vardefine:params|0 }}Template:Hatnote If a smoker has not been claimed by a Minecraft:villager, any nearby unemployed villager has a chance to change their profession to butcher and claim the smoker as their job site block.

Light source

Smokers emit a light level of 13 when active, just like normal furnaces.

Custom name

By default, the interface of a smoker is labeled "Smoker", but this name can be customized by naming it in an Minecraft:anvil before placing it, or by changing the CustomName tag using the

  1. REDIRECT Template:Command

Template:Redr commandTemplate:Only.

Lock

in Template:Editions, a smoker can be "locked" by setting its lock tag using the

  1. REDIRECT Template:Command

Template:Redr command. If a smoker's lock tag is not blank, the smoker 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 smoker at (0,64,0) so that the smoker cannot be opened unless the player is holding an item named "Smoker Key", use Template:Cmd.

Note blocks

Smoker can be placed under note blocks to produce "bass drum" sounds.

Sounds

Generic

Template:Edition: Template:Sound table/Block/Stone/JE

Template:Edition: Template:Sound table/Block/Stone/BE

Unique

Template:!((Java EditionTemplate:))! Template:SoundTable

Template:!((Bedrock EditionTemplate:))!: Template:SoundTable

Data values

ID

Template:!((Java EditionTemplate:))!: Template:ID table Template:ID table

Template:!((Bedrock EditionTemplate:))!: Template:ID table2 Template:ID table2 Template:ID table

Block states

{{#vardefine:params|0 }}Template:Hatnote

  1. REDIRECT Template:Edition

Template:Rcat: Template:Bst Template:Bst

  1. REDIRECT Template:Edition

Template:Rcat: Template:Bst

Block data

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

  1. REDIRECT Template:Edition

Template:Rcat: {{#vardefine:params|0 }}Template:Hatnote

<section begin="block data"/>

{{#lst:Furnace|block data}}

<section end="block data"/>

  1. REDIRECT Template:Edition

Template:Rcat:

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

Videos

  1. REDIRECT Template:YouTube

Template:Redr

History

For a more in-depth breakdown of changes to textures and models, including a set of renders for each state combination, see /Asset history Template:Hatnote

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

PlayStation 4 Edition

Template:HistoryTable

Data history

Template:HistoryTable

Issues

Script error: No such module "Issue list".

Gallery

Renders

Screenshots

See also

  1. redirect Template:blockLink

Template:Redr

  1. redirect Template:blockLink

Template:Redr

External links

Navigation

Wood/Hypha
Stone-based
Template:EnvLink
Upcoming
Template:EnvLink
Template:EnvLink
Ore/Mineral
Decorative
Partial Blocks
Dyeable/Dyed
Lighting
Template:Els only
Sediment/Soil
Misc. rock
Ore/Mineral
Plant
Flower
Fungus & Related
Fauna & Related
Aquatic
Sculk
Fluid & Related
Non-physical
Interactable
Utilizable
Redstone/
Mechanical
Template:Els only
April Fools 2013
April Fools 2016
April Fools 2020
April Fools 2022
April Fools 2023
April Fools 2024
April Fools 2025
April Fools 2026

Template:Article otherTemplate:Article other

cs:Trouba de:Räucherofen es:Ahumador fr:Fumoir ja:燻製器 ko:훈연기 pl:Wędzarka pt:Defumador ru:Коптильня uk:Коптильня zh:烟熏炉