Minecraft Wiki
(Breaking traducido)
Etiquetas: Edición visual Edición desde móvil Edición vía web móvil
(Textos en inglés de generación natural de los hornos traducidas)
Etiquetas: Edición visual Edición desde móvil Edición vía web móvil
Línea 22: Línea 22:
   
 
=== Generación natural ===
 
=== Generación natural ===
  +
Un horno genera en cada iglú.
One furnace generates in every igloo.
 
   
  +
Los hornos se pueden encontrar en las llanuras, el desierto y algunos armerías de las aldeas de la sabana. Los hornos también se generan en algunas casas en las aldeas nevadas de la tundra y en una de las casas de la taiga/taiga nevada [sólo en Bedrock Edition].
Furnaces can be found in plains, desert, and some savanna village weaponsmiths. Furnaces also generate in some houses in snowy tundra villages, and in one of the taiga/snowy taiga‌<sup>[''BE only'']</sup> village houses.
 
   
 
=== Destrucción ===
 
=== Destrucción ===

Revisión del 14:35 13 abr 2021

Gear (item)
Esta página es un trabajo en proceso. 
Puedes ayudar en la creación de esta página editándola y expandiendo su contenido.

Plantilla:About

El horno es un bloque de almacenamiento que puede ser usado para fundir objetos.

Obtención

Generación natural

Un horno genera en cada iglú.

Los hornos se pueden encontrar en las llanuras, el desierto y algunos armerías de las aldeas de la sabana. Los hornos también se generan en algunas casas en las aldeas nevadas de la tundra y en una de las casas de la taiga/taiga nevada [sólo en Bedrock Edition].

Destrucción

Los hornos se pueden extraer con cualquier pico. Si se extrae sin un pico, no deja caer nada. Los hornos también dejan caer todo su contenido.

Bloque Horno
Dureza 3.5
Herramienta
Tiempo de rotura
Por defecto 17.5
Madera 2.65
Piedra 1.35
Hierro 0.9
Diamante 0.7
Netherita 0.6
Oro 0.45

Entity loot

In Java Edition, breaking a minecart with furnace drops both the furnace and the Minecart.

Chest loot

Objeto Estructura Contenedor Cantidad Probabilidad
Edición Java
Horno Aldea Cofre de casa nevada 1 9.9%
Edición Bedrock
Horno Aldea Cofre de casa nevada 1 9.9%

Fabricación

Ingredientes Receta de fabricación
Roca

El horno encendido se puede obtener en Java Edition solo con comandos como /give @s minecraft:furnace{BlockStateTag: {lit: "true"}}, aunque no aparece encendido en el inventario. En Bedrock Edition, el bloque de horno encendido solo se puede obtener mediante la edición de inventario. Siempre permanece encendida, a pesar de no contener elementos.

Usage

Furnaces cannot be pushed by pistons in Java Edition.

Smelting

Artículo principal: Fundición

Interfaz acortada del horno

The main purpose of furnaces is to allow for smelting. Its interface can be opened by pressing the use item button on it.

Fuente de Luz

Los hornos emiten un nivel de luz de 13 cuando están activos, así como partículas de humo y llamas..

Crafting ingredient

Ingredientes Receta de fabricación
Lingote de hierro +
Horno +
Piedra lisa

Ingredientes Receta de fabricación
Horno +
Vagoneta

Ingredientes Receta de fabricación
Tronco de roble o
Tronco de abeto o
Tronco de abedul o
Tronco de jungla o
Tronco de acacia o
Tronco de roble oscuro +
Horno

Nombre Personalizado

De forma predeterminada, la GUI de un horno está etiquetada como "Horno", pero este nombre se puede personalizar nombrándolo en un yunque antes de colocarlo, o cambiando la etiqueta CustomName usando el comando /data‌ ['Solo edición Java].

Lock

In Java Edition, a furnace can be "locked" by setting its Lock tag using the /data command. If a furnace's Lock tag is not blank, the 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 furnace at (0,64,0) so that the furnace cannot be opened unless the player is holding an item named "Furnace Key", use /data merge block 0 64 0 {Lock:"Furnace Key"}.

Sonidos

Edición Java:

Sound Subtitle Source Description Namespaced ID Translation key Volume Pitch Attenuation

distance

Sound parameters
Volume Pitch Attenuation

distance

Stream Preload
Block broken Blocks Breaking the block block.stone.break subtitles.block.generic.break 1.0 0.8 16 ? ? ? ? ?
None Blocks Falling on the block with fall damage block.stone.fall None 0.5 0.75 16 ? ? ? ? ?
Block breaking Blocks Mining the block block.stone.hit subtitles.block.generic.hit 0.25 0.5 16 ? ? ? ? ?
Block placed Blocks Placing the block block.stone.place subtitles.block.generic.place 1.0 0.8 16 ? ? ? ? ?
Footsteps Blocks Walking on the block block.stone.step subtitles.block.generic.footsteps 0.15 1.0 16 ? ? ? ? ?
Furnace crackles ? Plays randomly when active block.furnace.fire_crackle subtitles.block.furnace.fire_crackle ? ? 16 ? ? ? ? ?

Data values

ID

Java Edition:

Name Namespaced ID Translation key
Furnace furnace block.minecraft.furnace
Name Namespaced ID
Block entity furnace

Bedrock Edition:

Name Namespaced ID Numeric ID Translation key
Furnace furnace 61 tile.furnace.name
Lit Furnace lit_furnace 62 tile.lit_furnace.name
Name Savegame ID
Block entity Furnace

Block data

See also: Data values

In Bedrock Edition, furnaces use the following data values:

Bits Values
0x1

0x2 0x4

A three-bit field storing a value from 2 to 5:
  • 2: Furnace facing north
  • 3: Furnace facing south
  • 4: Furnace facing west
  • 5: Furnace facing east

Invalid values default to 2.

0x8 Unused.

Block states

See also: Block states

Java Edition:

Name Default value Allowed values Description
facing north eastnorthsouthwest The direction the furnace opening faces.

The opposite from the direction the player faces while placing the furnace.

lit false falsetrue If the furnace is lit.

Bedrock Edition:

Name Default value Allowed values Description
facing_direction 2 012345 The direction the furnace opening faces.

Opposite from the direction the player faces when placing a furnace.

Block entity

See also: Block entity format

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

  • Block entity data
    • Tags common to all block entities [hide]
    • id: Block entity ID
    • x: X coordinate of the block entity.
    • y: Y coordinate of the block entity.
    • z: Z coordinate of the block entity.
    • keepPacked: 0 for regular block entities. 1 indicates an invalidated tile entity.[check the code]
    • CustomName: Optional. The name of this container in JSON text component, which appears in its GUI where the default name ordinarily appears.
    • Lock: Optional. When not blank, prevents the container from being opened unless the opener is holding an item whose name matches this string.
    • Items: List of items in the container.
      • : 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.
        • Tags common to all items [hide]
        • Count: Number of items stacked in this inventory slot. Any item can be stacked, including tools, armor, and vehicles. Range is -128 to 127. Values of 1 are not displayed in-game. Values below 1 are displayed in red.
        • Slot: The inventory slot the item is in.
        • id: Item/Block ID. If not specified, Minecraft changes the item to stone when loading the chunk or summoning the item.[verify]
        • tag: Additional information about the item, discussed more in the subsections of the item structure section. This tag is optional for most items. Unlike other entity or block NBT, this tag is never deserialized and can hold user defined tags that are not used by the game by standard.
    • BurnTime: Number of ticks left before the current fuel runs out.
    • CookTime: 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 BurnTime reaches 0.
    • CookTimeTotal: Number of ticks It takes for the item to be smelted.
    • 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.
      • recipe ID: How many times this specific recipe has been used. The recipe ID is the namespaced ID of the smelting recipe, as used in the /recipe command.

Achievements

Main article: Achievement

Icon Achievement In-game description Actual requirements (if different) Gamerscore earned Trophy type (PS)
Hot Topic Construct a furnace out of eight cobblestone blocks. Pick up a furnace from a crafting table output. 15G Bronze
Smelt Everything! Connect 3 Chests to a single Furnace using 3 Hoppers. 15G Bronze

Advancements

Main article: Advancement

Icon Advancement In-game description Parent Actual requirements (if different) Namespaced ID
Acquire Hardware Smelt an iron ingot Getting an Upgrade Have an iron ingot in your inventory. story/smelt_iron

Historia

Java Edition Indev
0.31 20100129 Prior to the addition of furnaces, items could be smelted by dropping them on the ground and then burning them with flint and steel. This was the only way to smelt ores.
Minecraft Infdev 20100219  Added furnaces.
 

   When placed facing in different directions, the top direction of furances currently does not change.

20100223 Cobblestone can now be smelted into stone.
Java Edition Infdev
Minecraft Infdev 20100227  

  Furnaces no longer have a face.

20100313  

  Furnaces now have faces again.

20100325 Furnaces are now fully functional.
20100327 The smelting time of furnances has been reduced from 8 seconds to 4 seconds.
20100330 The smelting time of furnances has been increased from 4 seconds to 8 seconds per item.
Java Edition Alpha
v1.0.1 Burning furnaces now drop a regular furnace when mined.
v1.0.14 Furnaces are now used to craft minecarts with furnaces.
v1.2.0 ? Furnaces now face toward the player when placed, rather than away.
Java Edition Beta
1.2  

   The top of furnaces now have a texture similar to cobblestone. They used to have a texture exactly the same as stone.

Java Edition
1.0.0 Beta 1.9 Prerelease Furnaces no longer take as long to destroy.
1.2.4 release Cats now try to sit on active furnaces.
1.2.5 pre Shift-clicking can now be used to put items into furnaces more easily.
1.3.1 12w18a Wooden tools now work in furnaces as one full furnace use.
12w22a Smelting various ores in furnaces now reward players with experience points.
When using lava as fuel inside a furnace, the player now recovers the bucket.
1.4.2 12w39a Previously, furnaces lit up blocks all around them, this snapshot has made furnaces light up blocks only in front of them. (images showing difference) Its light value has remained as 13, but the light is emitted only from the block's front surface.
12w40a The previous change to furnaces has been reverted until the new lighting system can be optimized.
1.4.6 12w49a When holding sneak, the player can now place blocks and items (like redstone, repeaters, and levers) directly onto furnaces.
1.5 13w02a Furnaces renamed using an anvil now display the new name in their GUI where the normal name used to appear.
The item form of the lit furnace now has no face.
1.8 14w02a When a furnace runs out of fuel, the smelting progress now pauses instead of resetting.
14w04a When a furnace runs out of fuel, the smelting progress now reverses at twice the speed of smelting.
14w06a The item form of the lit furnace now correctly displays its face as lit.
14w10a The item form of the lit furnace now displays its top/bottom texture.
14w18a The item form of the lit furnace now correctly displays its face as lit again.
14w25a  

   The top texture of the furnace now rotates according to the direction it faces.

The texture of the item form of the lit furnace is now missing.
14w26a Furnaces now allow only fuel or a single empty bucket in the fuel slot.
1.9 15w31a The model of the lit furnace block's item form is now missing.
15w43a A furnace now generates inside of igloos.
15w49a The lit_furnace block is no longer available as an item.
15w50a Added a sound to furnaces: block.furnace.fire_crackle
1.13 17w47a The different block IDs for the furnace has been merged into one ID.
A lit block state for furnaces has been added.
Prior to The Flattening, these blocks' numeral IDs were 61 and 62.
18w06a A recipe book has been added for smelting using furnaces. It can be used only for the input slot.
1.14 18w43a  The texture of furnaces has been changed.
18w50a Furnaces can now be used to craft blast furnaces and smokers.
1.16 20w15a Blackstone can now be used to create furnaces instead of cobblestone.
20w17a Furnaces now drop experience from within from processed items.
Pocket Edition Alpha
0.3.2  Added furnaces.
With the addition of furnaces, every available block and item can now be gathered, crafted or smelted into (no more unlimited items).
0.9.0 build 1 Furnaces now naturally spawn in villages.
0.11.0 build 3 Furnaces now drop one stack for each item instead of splitting them up.
0.15.0 build 1 Furnaces can now be moved by pistons.
0.16.0 build 1 A better description (Input, Fuel, Result) has been added to furnaces for devices that do not use a controller.
Pocket Edition
1.0.0 alpha 0.17.0.1 A furnace now generates inside of igloos.
Bedrock Edition
1.10.0 beta 1.10.0.3  The texture of furnaces has been changed.
Furnaces can now be used to craft smokers and blast furnaces.
Furnaces now generate in the new villages.
1.11.0 beta 1.11.0.1 Furnaces can now be found in snowy tundra village house chests.
1.16.20 beta 1.16.20.50 Furnaces now drop experience from within from processed items.
Legacy Console Edition
TU1 CU1 1.0 Patch 1 1.0.1  Added furnaces.
TU12 Cats now try to sit on active furnaces, making them unusable. This is intended to annoy the player.
TU14 1.04 Wooden tools now work in furnaces as one full furnace use.
When using lava as fuel inside furnaces, the player now recovers the bucket.
TU31 CU19 1.22 Patch 3 When a furnace runs out of fuel, the smelting progress now reverses at twice the speed of smelting.
Furnaces now allow only fuel or a single empty bucket in the fuel slot.
TU53 CU43 1.49 Patch 23 1.0.3 More items can now be used as fuel in a furnace.
1.90  The texture of furnaces has been changed.
New Nintendo 3DS Edition
0.1.0  Added furnaces.

Issues[edit | edit source]

Issues relating to "Furnace" are maintained on the bug tracker. Report issues there.

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).
  • Tamed cats often sit on top of lit furnaces.
  • A lava bucket is the most effective fuel to use, smelting 100 items.
    • However, a block of coal is the best renewable fuel, smelting 80 items.