Jukebox
Renewable |
No |
---|---|
Stackable |
Yes (64) |
Tool | |
Blast resistance |
6 |
Hardness |
2 |
Luminant |
No |
Transparent |
No |
Flammable |
No |
Catches fire from lava |
Yes |
A jukebox is a block used to play music discs.
Contents
Obtaining[edit]
Breaking[edit]
A jukebox can be broken using any tool, but an axe is the fastest. Jukeboxes also drop all of their contents.
Block | Jukebox | |
---|---|---|
Hardness | 2 | |
Tool | ||
Breaking time[A] | ||
Default | 3 | |
Wooden | 1.5 | |
Stone | 0.75 | |
Iron | 0.5 | |
Diamond | 0.4 | |
Netherite | 0.35 | |
Golden | 0.25 |
- ↑ Times are for unenchanted tools as wielded by players with no status effects, measured in seconds. For more information, see Breaking § Speed.
Crafting[edit]
Ingredients | Crafting recipe |
---|---|
Any Planks + Diamond |
Usage[edit]
Playback[edit]
Using a music disc on a jukebox, or having a hopper insert a disc into one,[Bedrock Edition only] inserts the disc and plays music corresponding to the type of music disc used. Pressing use on the jukebox again ejects the disc and stops any music playing. Music discs play only once before they must be ejected and reinserted. Note particles emit out the top when sound is playing.[Bedrock Edition only] The sound from the jukebox travels roughly 65 blocks in all directions. It supports all available music discs in the game.
Tamed parrots dance when in a 3 block radius from a jukebox that's playing a disc.
Looping[edit]
In the Bedrock Edition, jukeboxes disable adjacent hoppers when a music disc is playing inside them. Because the hoppers are re-enabled when the song ends, a system of hoppers can be used to automatically eject and reinsert the disc when it is finished playing, causing it to loop.[1]
In the Java Edition, there is no known way to make jukeboxes loop when finished playing.
Redstone component[edit]
Active jukeboxes give off a redstone signal when a redstone comparator is placed directly behind it or through an adjoining block; its strength depends on the ID of the inserted disc. The following table shows the redstone strength output for each disc.
Power Level | Disc |
---|---|
0 | No disc inserted |
1 | "13" |
2 | "cat" |
3 | "blocks" |
4 | "chirp" |
5 | "far" |
6 | "mall" |
7 | "mellohi" |
8 | "stal" |
9 | "strad" |
10 | "ward" |
11 | "11" |
12 | "wait" |
13 | "pigstep" |
In Bedrock Edition, they also emit a redstone signal when any music disc is played inside.
Fuel[edit]
Jukeboxes can be used as a fuel in furnaces, smelting 1.5 items per block.
Note Blocks[edit]
Jukeboxes can be placed under note blocks to produce "bass" sounds.
Piston interactivity[edit]
Jukeboxes cannot be pushed by pistons. They also cannot be pushed nor pulled by sticky pistons.
Sounds[edit]
(not including music discs) In Java Edition:
Sound | Subtitle | Source | Description | Namespaced ID | Translation key | Volume | Pitch | Attenuation distance |
---|---|---|---|---|---|---|---|---|
Block broken | Blocks | Breaking the block | block.stone.break | subtitles.block.generic.break | 1.0 | 0.8 | 16 | |
None[sound 1] | Blocks | Falling on the block with fall damage | block.stone.fall | None[sound 1] | 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 |
In Bedrock Edition:
Sound | Source | Description | Namespaced ID | Volume | Pitch |
---|---|---|---|---|---|
? | Blocks | Breaking the block | dig.wood | 1.0 | 0.8 |
? | Blocks | Falling on the block with fall damage | fall.wood | 0.4 | 1.0 |
? | Blocks | Mining the block | hit.wood | 0.23 | 0.5 |
? | Blocks | Jumping from the block | jump.wood | 0.12 | 1.0 |
? | Blocks | Falling on the block without fall damage | land.wood | 0.18 | 1.0 |
? | Blocks | Walking on the block | step.wood | 0.3 | 1.0 |
? | Blocks | Placing the block | use.wood | 1.0 | 0.8 |
Data values[edit]
ID[edit]
Name | Namespaced ID | Translation key |
---|---|---|
Jukebox | jukebox | block.minecraft.jukebox |
Name | Namespaced ID |
---|---|
Block entity | jukebox |
Name | Namespaced ID | Numeric ID | Translation key |
---|---|---|---|
Jukebox | jukebox | 84 | tile.jukebox.name |
Name | Savegame ID |
---|---|
Block entity | Jukebox |
Metadata[edit]
DV | Description | |
---|---|---|
0 | No disc inserted | |
1 | Contains a disc |
The associated block entity is used to identify which record has been inserted.
Block states[edit]
Name | Default value | Allowed values | Description |
---|---|---|---|
has_record | false | false true | True when the jukebox contains a music disc. |
Block data[edit]
A jukebox has a block entity associated with it that holds additional data about the block.
- Block entity data
- Tags common to all block entities see Template:Nbt inherit/blockentity/template
- RecordItem: The item, without the Slot tag.
- Tags common to all items see Template:Nbt inherit/itemnoslot/template
History[edit]
The specific instructions are: Appearence when affected by MC-50226
Java Edition Alpha | |||||
---|---|---|---|---|---|
v1.0.14 | ![]() | ||||
Jukeboxes support up to 15 music discs, using their data values: 0 being empty, 1 meaning it contained disc "13", and 2 meaning it contained disc "cat". Values 3–15 support any additional discs, though only "13" and "cat" are available in the vanilla game. | |||||
Java Edition Beta | |||||
1.6 | ? | The jukebox now supports more than 15 different music discs, because jukeboxes now have a block entity, which keeps track of the music disc by its item id. | |||
A jukebox no longer uses separate data values. | |||||
Java Edition | |||||
1.0.0 | Beta 1.9 Prerelease 6 | Jukeboxes are now broken faster using an axe. | |||
1.5 | 13w04a | Active jukeboxes now give off a redstone signal when a comparator is placed behind it; its strength (1–12) depends on which disc is inserted. | |||
1.11 | 16w32a | The block entity ID has been changed from RecordPlayer to jukebox . | |||
1.12 | 17w14a | Parrots now dance to playing jukeboxes. | |||
1.13 | 17w47a | Prior to The Flattening, this block's numeral ID was 84. | |||
1.14 | 18w43a | ![]() | |||
Bedrock Edition | |||||
1.2.0 | beta 1.2.0.2 | ![]() | |||
1.10.0 | beta 1.10.0.3 | ![]() | |||
Legacy Console Edition | |||||
TU1 | CU1 | 1.0 | Patch 1 | 1.0.1 | ![]() |
Jukeboxes spit out the music disc when done playing.[verify] | |||||
TU9 | The distance jukeboxes can be heard from has now been increased. | ||||
1.90 | ![]() |
Issues[edit]
Issues relating to "Jukebox" are maintained on the bug tracker. Report issues there.
Trivia[edit]
- C418 has the Steve skin with a jukebox for a head, likely because it was he who made most of the music for Minecraft.
- Edison phonographs use diamond-tipped needles. Similarly, the jukebox also needs a diamond as a crafting ingredient.
- Jukeboxes are one of the few wood-based blocks that don't resemble any of the 8 existing wood-types, with the others being chests, trapped chests, note blocks, composters and smithing tables.