minecraft.wiki-mirror/wiki_backup/smoker.txt
2024-12-22 06:54:53 -05:00

282 lines
10 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{Infobox block
| group = Inactive
| group2 = Lit
| 1-1 = Smoker.png
| 2-1 = Lit Smoker.gif
| extratext = View [[#Renders|all renders]]
| transparent = Partial <small>(when active)</small>
| light = Yes (13) <small>(when active)</small>
| tool = Wooden pickaxe
| renewable = Yes
| stackable = Yes (64)
| flammable = No
| lavasusceptible = No
}}
A '''smoker''' is a block that cooks [[food]] twice as quickly as a [[furnace]], but cannot smelt anything else. It also serves as a [[butcher]]'s [[job site block]].
== Obtaining ==
=== Breaking ===
A smoker can be picked up using any [[pickaxe]]. If mined without a pickaxe, it does not drop itself.
Smokers drop their contents when broken.
{{breaking row|horizontal=1|Smoker|Pickaxe|Wood|foot=1}}
=== Natural generation ===
Smokers can generate in [[butcher]] houses in [[village]]s.
=== Crafting ===
{{Crafting
|B1={Any Log or Stem}; {Any Stripped Log or Stem}; {Any Wood or Hyphae}; {Any Stripped Wood or Hyphae}
|A2={Any Log or Stem}; {Any Stripped Log or Stem}; {Any Wood or Hyphae}; {Any Stripped Wood or Hyphae}
|B2=Furnace
|C2={Any Log or Stem}; {Any Stripped Log or Stem}; {Any Wood or Hyphae}; {Any Stripped Wood or Hyphae}
|B3={Any Log or Stem}; {Any Stripped Log or Stem}; {Any Wood or Hyphae}; {Any Stripped Wood or Hyphae}
|Output=Smoker
|type=Decoration block
}}
== Usage ==
Smokers cannot be pushed by [[pistons]].{{only|java}}
=== Smelting ===
[[File:Smoker GUI.png|thumb|176px|The GUI for the smoker.]]
{{main|Smelting}}
Smokers are used to cook food [[item]]s twice as fast as a regular [[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 a 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 [[hopper]].
Smokers cannot cook [[chorus fruit]], as [[popped chorus fruit]] is not edible.
=== Profession ===
{{main|Job site block}}
If a smoker has not been claimed by a [[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 [[anvil]] before placing it, or by changing the <code>CustomName</code> tag using the {{cmd|data}} command{{only|Java}}.
=== 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:"Smoker Key"}</nowiki>}}.
=== Note blocks ===
Smoker can be placed under [[note block]]s to produce "bass drum" sounds.
== Sounds ==
=== Generic ===
{{Sound table/Block/Stone}}
=== Unique ===
{{edition|java}}
{{SoundTable
| type = java
| {{SoundLine
|sound =Smoker fire crackle1.ogg
|sound2=Smoker fire crackle2.ogg
|sound3=Smoker fire crackle3.ogg
|sound4=Smoker fire crackle4.ogg
|sound5=Smoker fire crackle5.ogg
|subtitle=Smoker smokes
|source=block
|description=Randomly while lit
|id=block.smoker.smoke
|translationkey=subtitles.block.smoker.smoke
|volume=1.0
|pitch=1.0
|distance=16}}
| {{SoundLine
|subtitle=Butcher works
|source=neutral
|description=Randomly while a butcher is working
|id=entity.villager.work_butcher
|translationkey=subtitles.entity.villager.work_butcher
|volume=1.0
|pitch=0.8-1.2
|distance=16}}
| {{SoundLine
|sound=Door close.ogg
|sound2=Door open.ogg
|subtitle=Chest locked<ref group=sound name=lock>{{Bug|MC-98316||Wrong subtitles caused by missing distinction}}</ref>
|source=block
|description=When a player attempts to open a smoker locked using the {{nbt|string|Lock}} tag
|id=block.chest.locked|idnote=<ref group=sound name=lock/>
|translationkey=subtitles.block.chest.locked|translationkeynote=<ref group=sound name=lock/>
|volume=1.0
|pitch=1.0
| distance = 16
}}
}}
{{edition|bedrock}}:
{{SoundTable
| type = bedrock
| {{SoundLine
| sound =Smoker fire crackle1.ogg
|sound2=Smoker fire crackle2.ogg
|sound3=Furnace fire crackle4.ogg
|source=block
|description=Randomly while lit
|id=block.smoker.smoke
|volume=3.0
|pitch=1.0 <ref group="sound" name="pitch">Except <code>fire_crackle4</code> (the last sound), which is 0.8</ref>}}
| {{SoundLine
|source=block
|description=Randomly while a butcher is working
|id=block.smoker.smoke
|volume=3.0
| pitch = 1.0 <ref group="sound" name="pitch"/>
}}
}}
== Data values ==
=== ID ===
{{edition|java}}:
{{ID table
|edition=java
|showforms=y
|generatetranslationkeys=y
|displayname=Smoker
|spritetype=block
|nameid=smoker
|foot=1}}
{{ID table
|displayname=Block entity
|spritename=smoker
|spritetype=block
|nameid=smoker
|foot=1}}
{{edition|bedrock}}:
{{ID table2
|edition=bedrock
|shownumericids=y
|showforms=y
|generatetranslationkeys=y
|displayname=Smoker
|spritetype=block
|nameid=smoker
|id=453}}
{{ID table2
|displayname=Lit Smoker
|spritetype=block
|nameid=lit_smoker
|id=454
|form=block
|translationkey=-
|foot=1}}
{{ID table
|notnamespaced=y
|displayname=Block entity
|spritename=smoker
|spritetype=block
|nameid=Smoker
|foot=1}}
=== Block states ===
{{see also|Block states}}
{{/BS}}
=== Block data ===
A smoker has a block entity associated with it that holds additional data about the block.
{{el|java}}:
{{see also|Block entity format}}
{{/BE}}
{{el|bedrock}}:
: See [[Bedrock Edition level format/Block entity format]].
== 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]]''
{{HistoryTable
|{{HistoryLine|java}}
|{{HistoryLine||1.14|dev=18w44a|[[File:Smoker (S) JE1.png|32px]] Added smokers.
|Smokers are currently obtainable only from the [[Creative inventory]].
|The GUI of smokers can currently be accessed only through [[Spectator]] mode.}}
|{{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.}}
|{{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.
|Smokers can cook [[food]] items twice as fast as a regular [[furnace]].
|Smokers can now be crafted using 4 [[log]]s and 1 furnace.}}
|{{HistoryLine|||dev=19w03a|[[Sound]]s have been added for smokers.}}
|{{HistoryLine|||dev=19w11a|Smokers now serve as butcher [[villager]]s' job site block.}}
|{{HistoryLine||?|Blast furnaces and smokers no longer yield half the XP.}} <!-- Per https://minecraft.wiki/w/Talk:Blast_Furnace#XP_not_halved%3F and https://minecraft.wiki/w/Talk:Smoker#XP_not_halved%3F, this was changed at the latest in 1.14.4. Please test to narrow down which version. -->
|{{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.
|[[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.}}
|{{HistoryLine|bedrock}}
|{{HistoryLine||1.9.0|dev=beta 1.9.0.2|[[File:Smoker (S) BE1.png|32px]] Added smokers.
|[[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|Smokers are now [[craft]]able.
|Smokers can now generate in the butcher houses in [[village]]s.}}
|{{HistoryLine||1.11.0|dev=beta 1.11.0.1|[[File:Lit Smoker (S) BE1.png|32px]] Added lit smokers. |Smokers are now functional.}}
|{{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 smoker.}}
|{{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>.}}
|{{HistoryLine||1.21.50|dev=Preview 1.21.50.24|Smokers drop themselves only if mined using a pickaxe, matching {{JE}}.}}
|{{HistoryLine|ps4}}
|{{HistoryLine||1.91|[[File:Smoker (S) JE1.png|32px]] [[File:Lit Smoker (S) JE1.png|32px]] Added smokers.}}
}}
=== Lit smoker "item" ===
{{:Technical blocks/Lit Smoker}}
== Issues ==
{{issue list}}
== Trivia ==
* Before smokers were added to ''Minecraft'', special furnaces for cooking food were already present in ''[[Minicraft]]''.
== Gallery ==
=== Renders ===
<gallery caption="''Java Edition''">
Smoker.png|Facing south
Lit Smoker.png|Facing south, lit
Smoker (W).png|Facing west
Smoker (N).png|Facing north
Smoker (E).png|Facing east
Lit Smoker (E).png|Facing east, lit
</gallery>
=== Screenshots ===
<gallery>
Blast Furnace Smoker & Barrel.jpg|A blast furnace, smoker and barrel.
Smoker XP Storage 1.jpg|An auto-smelter containing a smoker.
Smoker XP Storage 2.jpg|An auto-smelter for cooking kelp.
</gallery>
== See also ==
* {{BlockLink|Furnace}}
* {{BlockLink|Blast Furnace}}
== External links ==
*[https://www.minecraft.net/en-us/article/block-week--smoker Block of the Week: Smoker] Minecraft.net on July 22, 2022
== Navigation ==
{{Navbox blocks|Utility}}
[[Category:Job blocks]]
[[Category:Utility blocks]]
[[Category:Storage]]
[[Category:Manufactured blocks]]
[[Category:Generated structure blocks]]
[[Category:Block entities]]
[[Category:Light sources]]
[[Category:Blocks with GUI]]
[[Category:Readable by comparators]]
[[cs:Trouba]]
[[de:Räucherofen]]
[[es:Ahumador]]
[[fr:Fumoir]]
[[ja:燻製器]]
[[ko:훈연기]]
[[pl:Wędzarka]]
[[pt:Defumador]]
[[ru:Коптильня]]
[[uk:Коптильня]]
[[zh:烟熏炉]]