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

Minecraft:Note Block: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Fix template calls: add MC/ prefix
SyncBot (talk | contribs)
Sync: updated from Minecraft
 
Line 10: Line 10:
|lavasusceptible=Yes
|lavasusceptible=Yes
}}
}}
A '''note block''' is a [[Minecraft:block]] that emits sounds when {{MC/Control|attacked}}, {{MC/Control|used}}, or powered. The sound produced can be altered in various ways by using it or putting certain blocks directly above or below it. Allays are affected by note blocks, staying nearby and dropping held items next to it for a short while upon hearing its sound.
A '''note block''' is a [[Minecraft:block]] that emits sounds when {{Control|attacked}}, {{Control|used}}, or [[Minecraft:powered]]. The sound produced can be altered in various ways by using it or putting certain blocks directly above or below it. [[Minecraft:Allay]]s are affected by note blocks, staying nearby and dropping held items next to it for a short while upon hearing its sound.


== Obtaining ==
== Obtaining ==
=== Breaking ===
=== Breaking ===
Note blocks are most quickly broken with an [[Minecraft:axe]].
Note blocks are most quickly broken with an [[Minecraft:axe]].
{{MC/Breaking row|horizontal=1|Note Block|Axe|Any|foot=1}}
{{breaking row|horizontal=1|Note Block|Axe|Any|foot=1}}


=== Natural generation ===
=== Natural generation ===
Note blocks can generate in ancient cities.
Note blocks can generate in [[Minecraft:ancient cities]].


=== Crafting ===
=== Crafting ===
Line 40: Line 40:
[[File:Note-Block.png|thumb|right|upright|A note block being triggered and playing a note]]
[[File:Note-Block.png|thumb|right|upright|A note block being triggered and playing a note]]


A note block will produce a sound and spawn a colored musical note particle whenever any of the following conditions are met:  
A note block will produce a sound and spawn a colored musical note [[Minecraft:particle]] whenever any of the following conditions are met:  


* It is {{MC/Control|attack|text=attacked}} by a player in Survival mode
* It is {{Control|attack|text=attacked}} by a [[Minecraft:player]] in [[Minecraft:Survival mode]]
* It receives a redstone signal
* It receives a [[Minecraft:redstone signal]]
* It is {{MC/Control|use|text=used}} by a player. {{MC/Control|use|text=Using}} a note block also changes its pitch.
* It is {{Control|use|text=used}} by a player. {{Control|use|text=Using}} a note block also changes its pitch.


A note block must have either [[Minecraft:air]] or a mob head in the space directly above it to play a sound, though {{MC/Control|use|text=using}} a silenced note block will still change its pitch. Note block sounds can be heard from up to 48 blocks away, and can be independently controlled by the [[Minecraft:Jukebox]]/Note Blocks slider in the audio [[Minecraft:settings]].
A note block must have either [[Minecraft:air]] or a [[Minecraft:mob head]] in the space directly above it to play a sound, though {{Control|use|text=using}} a silenced note block will still change its pitch. Note block sounds can be heard from up to 48 blocks away, and can be independently controlled by the [[Minecraft:Jukebox]]/Note Blocks slider in the audio [[Minecraft:settings]].


Each time a note block plays a sound, a note particle will appear from the top. The color of the particle depends on the pitch of the note block. Note particles do not appear for silenced note blocks or mob head instruments.
Each time a note block plays a sound, a note [[Minecraft:particle]] will appear from the top. The color of the particle depends on the pitch of the note block. Note particles do not appear for silenced note blocks or mob head instruments.


Excluding mob heads, there are 16 different instruments and 25 different pitches per instrument (a total of 400 notes with different sounds). {{MC/Control|use|text=Using}} a note block increases the instrument's pitch up a [[Wikipedia:Semitone|semitone]], with a total of two full [[Wikipedia:Octave|octaves]] (24 semitones in total) being available for each instrument. The standard range (for harp and pling instruments) of notes span from F♯<sub>3</sub> to F♯<sub>5</sub>. After reaching the highest note (24 presses of the {{MC/Control|use|text=use button}}), pressing use again (25th press of the {{MC/Control|use|text=use button}}) resets the pitch back to F♯<sub>3</sub>, as does breaking the block. The note block's pitch is ignored for [[Minecraft:Player Head|player heads]] and the six mob heads.
Excluding mob heads, there are 16 different instruments and 25 different pitches per instrument (a total of 400 notes with different sounds). {{control|use|text=Using}} a note block increases the instrument's pitch up a [[Wikipedia:Semitone|semitone]], with a total of two full [[Wikipedia:Octave|octaves]] (24 semitones in total) being available for each instrument. The standard range (for harp and pling instruments) of notes span from F♯<sub>3</sub> to F♯<sub>5</sub>. After reaching the highest note (24 presses of the {{control|use|text=use button}}), pressing use again (25th press of the {{control|use|text=use button}}) resets the pitch back to F♯<sub>3</sub>, as does breaking the block. The note block's pitch is ignored for [[Minecraft:Player Head|player heads]] and the six [[Minecraft:mob heads]].


The string bass and didgeridoo are two octaves (24 semitones) lower than the standard range, the guitar is one octave (12 semitones) lower than the standard range, the flute is one octave above the standard range, and the bell, chime, and xylophone are 2 octaves above the standard range. This gives six octaves (72 semitones) of effective range to combine instruments for greater pitch coverage.
The string bass and didgeridoo are two octaves (24 semitones) lower than the standard range, the guitar is one octave (12 semitones) lower than the standard range, the flute is one octave above the standard range, and the bell, chime, and xylophone are 2 octaves above the standard range. This gives six octaves (72 semitones) of effective range to combine instruments for greater pitch coverage.


The exact pitch can be found from its {{MC/Control|use}}-count by using the following formula: <code>2 ^ ((use count - 12) / 12)</code>.
The exact pitch can be found from its {{control|use}}-count by using the following formula: <code>2 ^ ((use count - 12) / 12)</code>.


The exact pitch to {{MC/Control|use}}-count assignment is shown below,<ref>[http://www.minecraftforum.net/viewtopic.php?f=1020&t=136347 Original chart by cookingfat]</ref><ref>[http://www.minecraftforum.net/forums/mapping-and-modding/resource-packs/resource-pack-discussion/1255570 Original /playsound pitch chart by kwerti]</ref> along with the note's color, which is rendered with shading using the particle's texture.
The exact pitch to {{control|use}}-count assignment is shown below,<ref>[http://www.minecraftforum.net/viewtopic.php?f=1020&t=136347 Original chart by cookingfat]</ref><ref>[http://www.minecraftforum.net/forums/mapping-and-modding/resource-packs/resource-pack-discussion/1255570 Original /playsound pitch chart by kwerti]</ref> along with the note's color, which is rendered with shading using the particle's texture.


{| data-description="Pitch reference"
{| data-description="Pitch reference"
Line 66: Line 66:
(Octave 1)
(Octave 1)
!Use count
!Use count
!Pitch ({{MC/Cmd|playsound}})
!Pitch ({{Cmd|playsound}})
!Color (<abbr title="Hexadecimal color code">hex</abbr>)
!Color (<abbr title="Hexadecimal color code">hex</abbr>)
|-
|-
Line 140: Line 140:
(Octave 2)
(Octave 2)
!Use count
!Use count
!Pitch ({{MC/Cmd|playsound}})
!Pitch ({{Cmd|playsound}})
!Color (<abbr title="Hexadecimal color code">hex</abbr>)
!Color (<abbr title="Hexadecimal color code">hex</abbr>)
|-
|-
Line 213: Line 213:
[[File:Noteblock reference.png|class=pixel-image]]
[[File:Noteblock reference.png|class=pixel-image]]


The current pitch of a note block can be roughly estimated by {{MC/Control|attack|text=attacking}} it and looking at the color of the note particle.
The current pitch of a note block can be roughly estimated by {{Control|attack|text=attacking}} it and looking at the color of the note particle.
[[File:Note colors.png|class=pixel-image]]
[[File:Note colors.png|class=pixel-image]]


{{MC/In|java}}, the tuning can also be checked by looking at the debug screen (accessed by pressing {{MC/Key|F3}}). It is denoted as "note:" followed by a number from 0 to 24.
{{IN|java}}, the tuning can also be checked by looking at the [[Minecraft:debug screen]] (accessed by pressing {{key|F3}}). It is denoted as "note:" followed by a number from 0 to 24.


==== Instruments ====
==== Instruments ====
The instrument played depends on the block placed directly underneath the note block. Mob heads must instead be placed on top of the note block.  
The instrument played depends on the block placed directly underneath the note block. Mob heads must instead be placed on top of the note block.  


Mob head instruments take priority over block instruments, and play the corresponding mob's {{MC/Cd|ambient}} sound, except for creeper heads, which instead trigger the {{MC/Cd|primed}} sound. Mob head sounds are not affected by the note block's pitch.
Mob head instruments take priority over block instruments, and play the corresponding mob's {{cd|ambient}} sound, except for creeper heads, which instead trigger the {{cd|primed}} sound. Mob head sounds are not affected by the note block's pitch.


{{MC/Needs update|section=1|The current block list shown below may not be comprehensive, especially for Bass Drum.
{{needs update|section=1|The current block list shown below may not be comprehensive, especially for Bass Drum.
For anyone experienced with brass instruments: please check if the listed brass instruments are accurate.}}
For anyone experienced with brass instruments: please check if the listed brass instruments are accurate.}}
{| class="sortable wikitable" data-description="Instruments & block materials"
{| class="sortable wikitable" data-description="Instruments & block materials"
  !Block
  !Block
  !Instrument
  !Instrument
  !{{MC/Tooltip|Range|in scientific pitch notation}}
  !{{tooltip|Range|in scientific pitch notation}}
  !Sound event names (Java)
  !Sound event names (Java)
  !Sound event names (Bedrock)
  !Sound event names (Bedrock)
Line 234: Line 234:
  |<div class="mw-collapsible mw-collapsed">
  |<div class="mw-collapsible mw-collapsed">
{{flatlist|
{{flatlist|
*{{MC/Blocklink|Logs}}
*{{BlockLink|Logs}}
**{{MC/Blocklink|Stripped Logs|Stripped}}
**{{BlockLink|Stripped Logs|Stripped}}
*{{MC/Blocklink|Wood}}
*{{BlockLink|Wood}}
**{{MC/Blocklink|Stripped Wood|Stripped}}
**{{BlockLink|Stripped Wood|Stripped}}
*{{MC/Blocklink|Mangrove Roots}}
*{{BlockLink|Mangrove Roots}}
*{{MC/Blocklink|Stem|Stem}}
*{{BlockLink|Stem|Stem}}
**{{MC/Blocklink|Stripped Stems|Stripped}}
**{{BlockLink|Stripped Stems|Stripped}}
*{{MC/Blocklink|Hyphae}}
*{{BlockLink|Hyphae}}
**{{MC/Blocklink|Stripped Hyphae|Stripped}}
**{{BlockLink|Stripped Hyphae|Stripped}}
*{{MC/Blocklink|Block of Bamboo|Bamboo}}
*{{BlockLink|Block of Bamboo|Bamboo}}
**{{MC/Blocklink|Block of Stripped Bamboo|Stripped}}
**{{BlockLink|Block of Stripped Bamboo|Stripped}}
*{{MC/Blocklink|Mushroom Blocks}}
*{{BlockLink|Mushroom Blocks}}
*{{MC/Blocklink|Mushroom Stem}}
*{{BlockLink|Mushroom Stem}}
*{{MC/Blocklink|Bee Nest}}
*{{BlockLink|Bee Nest}}
*{{MC/Blocklink|Planks}}
*{{BlockLink|Planks}}
*{{MC/Blocklink|Wooden Stairs}}
*{{BlockLink|Wooden Stairs}}
*{{MC/Blocklink|Wooden Slabs}}
*{{BlockLink|Wooden Slabs}}
*{{MC/Blocklink|Wooden Fences}}
*{{BlockLink|Wooden Fences}}
*{{MC/Blocklink|Fence Gates}}
*{{BlockLink|Fence Gates}}
*{{MC/Blocklink|Wooden Pressure Plates}}
*{{BlockLink|Wooden Pressure Plates}}
*{{MC/Blocklink|Signs}}
*{{BlockLink|Signs}}
**{{MC/Blocklink|Hanging Signs|Hanging}}
**{{BlockLink|Hanging Signs|Hanging}}
*{{MC/Blocklink|Wooden Doors}}
*{{BlockLink|Wooden Doors}}
*{{MC/Blocklink|Shelves}}
*{{BlockLink|Shelves}}
*{{MC/Blocklink|Chest}}
*{{BlockLink|Chest}}
**{{MC/Blocklink|Trapped Chest|Trapped}}
**{{BlockLink|Trapped Chest|Trapped}}
*{{MC/Blocklink|Barrel}}
*{{BlockLink|Barrel}}
*{{MC/Blocklink|Banners}}
*{{BlockLink|Banners}}
*{{MC/Blocklink|Beehive}}
*{{BlockLink|Beehive}}
*{{MC/Blocklink|Bookshelf}}
*{{BlockLink|Bookshelf}}
*{{MC/Blocklink|Chiseled Bookshelf}}
*{{BlockLink|Chiseled Bookshelf}}
*{{MC/Blocklink|Campfire}}
*{{BlockLink|Campfire}}
**{{MC/Blocklink|Soul Campfire|Soul}}
**{{BlockLink|Soul Campfire|Soul}}
*{{MC/Blocklink|Composter}}
*{{BlockLink|Composter}}
*{{MC/Blocklink|Note Block}}
*{{BlockLink|Note Block}}
*{{MC/Blocklink|Jukebox}}
*{{BlockLink|Jukebox}}
*{{MC/Blocklink|Crafting Table}}
*{{BlockLink|Crafting Table}}
*{{MC/Blocklink|Cartography Table}}
*{{BlockLink|Cartography Table}}
*{{MC/Blocklink|Lectern}}
*{{BlockLink|Lectern}}
*{{MC/Blocklink|Loom}}
*{{BlockLink|Loom}}
*{{MC/Blocklink|Smithing Table}}
*{{BlockLink|Smithing Table}}
*{{MC/Blocklink|Daylight Detector}}
*{{BlockLink|Daylight Detector}}
}}</div>
}}</div>
  |{{sound|Bass (Upright bass)|Note block bass scale.ogg}}
  |{{sound|Bass (Upright bass)|Note block bass scale.ogg}}
  | style="text-align:center" |F♯<sub>1</sub>–F♯<sub>3</sub>
  | style="text-align:center" |F♯<sub>1</sub>–F♯<sub>3</sub>
  |{{MC/Code|block.note_block.bass}}
  |{{code|block.note_block.bass}}
  |{{MC/Code|note.bass}}
  |{{code|note.bass}}
  |-
  |-
  |{{flatlist|
  |{{flatlist|
*{{MC/Blocklink|Sand}}
*{{BlockLink|Sand}}
*{{MC/Blocklink|Gravel}}
*{{BlockLink|Gravel}}
*{{MC/Blocklink|Concrete Powder}}
*{{BlockLink|Concrete Powder}}
*{{MC/Blocklink|Heavy Core}}
*{{BlockLink|Heavy Core}}
}}
}}
  |{{sound|Snare Drum|Note block snare scale.ogg}}
  |{{sound|Snare Drum|Note block snare scale.ogg}}
  | style="text-align:center" |—
  | style="text-align:center" |—
  |{{MC/Code|block.note_block.snare}}
  |{{code|block.note_block.snare}}
  |{{MC/Code|note.snare}}
  |{{code|note.snare}}
  |-   
  |-   
  |{{flatlist|
  |{{flatlist|
*{{MC/Blocklink|Glass}}
*{{BlockLink|Glass}}
**{{MC/Blocklink|Glass Pane|Pane}}
**{{BlockLink|Glass Pane|Pane}}
**{{MC/Blocklink|Tinted Glass|Tinted}}
**{{BlockLink|Tinted Glass|Tinted}}
*{{MC/Blocklink|Stained Glass}}
*{{BlockLink|Stained Glass}}
**{{MC/Blocklink|id=Stained Glass Panes|Stained Glass Pane|Pane}}
**{{BlockLink|id=Stained Glass Panes|Stained Glass Pane|Pane}}
*{{MC/Blocklink|Sea Lantern}}
*{{BlockLink|Sea Lantern}}
*{{MC/Blocklink|Beacon}}
*{{BlockLink|Beacon}}
*{{MC/Blocklink|Conduit}}
*{{BlockLink|Conduit}}
}}
}}
  |{{sound|Hat (Hi-hat click)|Note block click scale.ogg}}
  |{{sound|Hat (Hi-hat click)|Note block click scale.ogg}}
  | style="text-align:center" |—
  | style="text-align:center" |—
  |{{MC/Code|block.note_block.hat}}
  |{{code|block.note_block.hat}}
  |{{MC/Code|note.hat}}
  |{{code|note.hat}}
  |-
  |-
  |<div class="mw-collapsible mw-collapsed">
  |<div class="mw-collapsible mw-collapsed">
{{flatlist|
{{flatlist|
*{{MC/Blocklink|Stone}}
*{{BlockLink|Stone}}
*{{MC/Blocklink|Deepslate}}
*{{BlockLink|Deepslate}}
*{{MC/Blocklink|Blackstone}}
*{{BlockLink|Blackstone}}
*{{MC/Blocklink|Netherrack}}
*{{BlockLink|Netherrack}}
*{{MC/Blocklink|Nylium}}
*{{BlockLink|Nylium}}
*{{MC/Blocklink|Obsidian}}
*{{BlockLink|Obsidian}}
*{{MC/Blocklink|Block of Quartz}}
*{{BlockLink|Block of Quartz}}
**{{MC/Blocklink|Quartz Bricks|Bricks}}
**{{BlockLink|Quartz Bricks|Bricks}}
**{{MC/Blocklink|Chiseled Quartz Block|Chiseled}}
**{{BlockLink|Chiseled Quartz Block|Chiseled}}
**{{MC/Blocklink|Quartz Pillar|Pillar}}
**{{BlockLink|Quartz Pillar|Pillar}}
**{{MC/Blocklink|Smooth Quartz Block|Smooth}}
**{{BlockLink|Smooth Quartz Block|Smooth}}
*{{MC/Blocklink|Sandstone}}
*{{BlockLink|Sandstone}}
*{{MC/Blocklink|Coal Ore}}
*{{BlockLink|Coal Ore}}
**{{MC/Blocklink|Deepslate Coal Ore|Deepslate}}
**{{BlockLink|Deepslate Coal Ore|Deepslate}}
*{{MC/Blocklink|Copper Ore}}
*{{BlockLink|Copper Ore}}
**{{MC/Blocklink|Deepslate Copper Ore|Deepslate}}
**{{BlockLink|Deepslate Copper Ore|Deepslate}}
**{{MC/Blocklink|Block of Raw Copper|Raw Block}}
**{{BlockLink|Block of Raw Copper|Raw Block}}
*{{MC/Blocklink|Diamond Ore}}
*{{BlockLink|Diamond Ore}}
**{{MC/Blocklink|Deepslate Diamond Ore|Deepslate}}
**{{BlockLink|Deepslate Diamond Ore|Deepslate}}
*{{MC/Blocklink|Emerald Ore}}
*{{BlockLink|Emerald Ore}}
**{{MC/Blocklink|Deepslate Emerald Ore|Deepslate}}
**{{BlockLink|Deepslate Emerald Ore|Deepslate}}
*{{MC/Blocklink|Gold Ore}}
*{{BlockLink|Gold Ore}}
**{{MC/Blocklink|Deepslate Gold Ore|Deepslate}}
**{{BlockLink|Deepslate Gold Ore|Deepslate}}
**{{MC/Blocklink|Nether Gold Ore|Nether}}
**{{BlockLink|Nether Gold Ore|Nether}}
**{{MC/Blocklink|Block of Raw Gold|Raw Block}}
**{{BlockLink|Block of Raw Gold|Raw Block}}
*{{MC/Blocklink|Iron Ore}}
*{{BlockLink|Iron Ore}}
**{{MC/Blocklink|Deepslate Iron Ore|Deepslate}}
**{{BlockLink|Deepslate Iron Ore|Deepslate}}
**{{MC/Blocklink|Block of Raw Iron|Raw Block}}
**{{BlockLink|Block of Raw Iron|Raw Block}}
*{{MC/Blocklink|Lapis Lazuli Ore}}
*{{BlockLink|Lapis Lazuli Ore}}
**{{MC/Blocklink|Deepslate Lapis Lazuli Ore|Deepslate}}
**{{BlockLink|Deepslate Lapis Lazuli Ore|Deepslate}}
*{{MC/Blocklink|Nether Quartz Ore}}
*{{BlockLink|Nether Quartz Ore}}
*{{MC/Blocklink|Redstone Ore}}
*{{BlockLink|Redstone Ore}}
**{{MC/Blocklink|Deepslate Redstone Ore|Deepslate}}
**{{BlockLink|Deepslate Redstone Ore|Deepslate}}
*{{MC/Blocklink|Bricks}}
*{{BlockLink|Bricks}}
*{{MC/Blocklink|Mud Bricks}}
*{{BlockLink|Mud Bricks}}
*{{MC/Blocklink|Block of Resin}}
*{{BlockLink|Block of Resin}}
*{{MC/Blocklink|Resin Bricks}}
*{{BlockLink|Resin Bricks}}
**{{MC/Blocklink|Chiseled Resin Bricks|Chiseled}}
**{{BlockLink|Chiseled Resin Bricks|Chiseled}}
*{{MC/Blocklink|Dead Coral}}
*{{BlockLink|Dead Coral}}
*{{MC/Blocklink|Coral Blocks|link=Coral Block}}
*{{BlockLink|Coral Blocks|link=Coral Block}}
**{{MC/Blocklink|id=Dead Coral Blocks|Dead Coral Block|Dead}}
**{{BlockLink|id=Dead Coral Blocks|Dead Coral Block|Dead}}
*{{MC/Blocklink|id=Dead Coral Fans|Dead Coral Fan}}
*{{BlockLink|id=Dead Coral Fans|Dead Coral Fan}}
*{{MC/Blocklink|Respawn anchor}}
*{{BlockLink|Respawn anchor}}
*{{MC/Blocklink|Bedrock}}
*{{BlockLink|Bedrock}}
*{{MC/Blocklink|Concrete}}
*{{BlockLink|Concrete}}
*{{MC/Blocklink|Stonecutter}}
*{{BlockLink|Stonecutter}}
*{{MC/Blocklink|Furnace}}
*{{BlockLink|Furnace}}
*{{MC/Blocklink|Smoker}}
*{{BlockLink|Smoker}}
*{{MC/Blocklink|Observer}}
*{{BlockLink|Observer}}
*{{MC/Blocklink|Terracotta}}
*{{BlockLink|Terracotta}}
**{{MC/Blocklink|Stained Terracotta|Stained}}
**{{BlockLink|Stained Terracotta|Stained}}
**{{MC/Blocklink|Glazed Terracotta|Glazed}}
**{{BlockLink|Glazed Terracotta|Glazed}}
*{{MC/Blocklink|Prismarine}}
*{{BlockLink|Prismarine}}
*{{MC/Blocklink|Prismarine Bricks}}
*{{BlockLink|Prismarine Bricks}}
*{{MC/Blocklink|Dark Prismarine}}
*{{BlockLink|Dark Prismarine}}
*{{MC/Blocklink|Purpur Block}}
*{{BlockLink|Purpur Block}}
*{{MC/Blocklink|Purpur Pillar}}
*{{BlockLink|Purpur Pillar}}
*{{MC/Blocklink|Monster Spawner}}
*{{BlockLink|Monster Spawner}}
*{{MC/Blocklink|Trial Spawner}}
*{{BlockLink|Trial Spawner}}
*{{MC/Blocklink|Vault}}
*{{BlockLink|Vault}}
  }}
  }}
</div>
</div>
  |{{sound|Bass Drum|Note block bass drum scale.ogg}}
  |{{sound|Bass Drum|Note block bass drum scale.ogg}}
  | style="text-align:center" |—
  | style="text-align:center" |—
  |{{MC/Code|block.note_block.basedrum}}
  |{{code|block.note_block.basedrum}}
  |{{MC/Code|note.bd}}
  |{{code|note.bd}}
  |-
  |-
  |{{MC/Blocklink|Block of gold}}
  |{{BlockLink|Block of gold}}
  |{{sound|Bell (Glockenspiel)|Note block bell scale.ogg}}
  |{{sound|Bell (Glockenspiel)|Note block bell scale.ogg}}
  | style="text-align:center" |F♯<sub>5</sub>–F♯<sub>7</sub>
  | style="text-align:center" |F♯<sub>5</sub>–F♯<sub>7</sub>
  |{{MC/Code|block.note_block.bell}}
  |{{code|block.note_block.bell}}
  |{{MC/Code|note.bell}}
  |{{code|note.bell}}
  |-
  |-
  |{{flatlist|
  |{{flatlist|
*{{MC/Blocklink|Clay}}
*{{BlockLink|Clay}}
*{{MC/Blocklink|Honeycomb Block}}{{only|bedrock|short=1}} <ref>{{bug|MC-212976||Parity issue: Note blocks placed above honeycomb blocks don't play the flute instrument}}</ref>
*{{BlockLink|Honeycomb Block}}{{only|bedrock|short=1}} <ref>{{bug|MC-212976||Parity issue: Note blocks placed above honeycomb blocks don't play the flute instrument}}</ref>
*{{MC/Blocklink|Infested Stone|text=Infested block}}{{only|bedrock|short=1}}
*{{BlockLink|Infested Stone|text=Infested block}}{{only|bedrock|short=1}}
*{{MC/Blocklink|Block of Resin}}{{only|bedrock|short=1}}
*{{BlockLink|Block of Resin}}{{only|bedrock|short=1}}
}}
}}
  |{{sound|Flute|Note block flute scale.ogg}}
  |{{sound|Flute|Note block flute scale.ogg}}
  | style="text-align:center" |F♯<sub>4</sub>–F♯<sub>6</sub>
  | style="text-align:center" |F♯<sub>4</sub>–F♯<sub>6</sub>
  |{{MC/Code|block.note_block.flute}}
  |{{code|block.note_block.flute}}
  |{{MC/Code|note.flute}}
  |{{code|note.flute}}
  |-
  |-
  |{{MC/Blocklink|Packed ice}}
  |{{BlockLink|Packed ice}}
  |{{sound|Chime|Note block chime scale.ogg}}
  |{{sound|Chime|Note block chime scale.ogg}}
  | style="text-align:center" |F♯<sub>5</sub>–F♯<sub>7</sub>
  | style="text-align:center" |F♯<sub>5</sub>–F♯<sub>7</sub>
  |{{MC/Code|block.note_block.chime}}
  |{{code|block.note_block.chime}}
  |{{MC/Code|note.chime}}
  |{{code|note.chime}}
  |-
  |-
  |{{MC/Blocklink|Wool}}
  |{{BlockLink|Wool}}
  |{{sound|Guitar|Note block guitar scale.ogg}}
  |{{sound|Guitar|Note block guitar scale.ogg}}
  | style="text-align:center" |F♯<sub>2</sub>–F♯<sub>4</sub>
  | style="text-align:center" |F♯<sub>2</sub>–F♯<sub>4</sub>
  |{{MC/Code|block.note_block.guitar}}
  |{{code|block.note_block.guitar}}
  |{{MC/Code|note.guitar}}
  |{{code|note.guitar}}
  |-
  |-
  |{{MC/Blocklink|Bone block}}
  |{{BlockLink|Bone block}}
  |{{sound|Xylophone|Note block xylophone scale.ogg}}
  |{{sound|Xylophone|Note block xylophone scale.ogg}}
  | style="text-align:center" |F♯<sub>5</sub>–F♯<sub>7</sub>
  | style="text-align:center" |F♯<sub>5</sub>–F♯<sub>7</sub>
  |{{MC/Code|block.note_block.xylophone}}
  |{{code|block.note_block.xylophone}}
  |{{MC/Code|note.xylophone}}
  |{{code|note.xylophone}}
  |-
  |-
  |{{MC/Blocklink|Block of iron}}
  |{{BlockLink|Block of iron}}
  |{{sound|Iron Xylophone (Vibraphone)|Note block iron xylophone scale.ogg}}
  |{{sound|Iron Xylophone (Vibraphone)|Note block iron xylophone scale.ogg}}
  | style="text-align:center" |F♯<sub>3</sub>–F♯<sub>5</sub>
  | style="text-align:center" |F♯<sub>3</sub>–F♯<sub>5</sub>
  |{{MC/Code|block.note_block.iron_xylophone}}
  |{{code|block.note_block.iron_xylophone}}
  |{{MC/Code|note.iron_xylophone}}
  |{{code|note.iron_xylophone}}
  |-
  |-
  |{{MC/Blocklink|Soul sand}}
  |{{BlockLink|Soul sand}}
  |{{sound|Cow Bell|Note block cow bell scale.ogg}}
  |{{sound|Cow Bell|Note block cow bell scale.ogg}}
  | style="text-align:center" |F♯<sub>4</sub>–F♯<sub>6</sub>
  | style="text-align:center" |F♯<sub>4</sub>–F♯<sub>6</sub>
  |{{MC/Code|block.note_block.cow_bell}}
  |{{code|block.note_block.cow_bell}}
  |{{MC/Code|note.cow_bell}}
  |{{code|note.cow_bell}}
  |-
  |-
  |{{MC/Blocklink|Pumpkin}}
  |{{BlockLink|Pumpkin}}
  |{{sound|Didgeridoo|Note block didgeridoo scale.ogg}}
  |{{sound|Didgeridoo|Note block didgeridoo scale.ogg}}
  | style="text-align:center" |F♯<sub>1</sub>–F♯<sub>3</sub>
  | style="text-align:center" |F♯<sub>1</sub>–F♯<sub>3</sub>
  |{{MC/Code|block.note_block.didgeridoo}}
  |{{code|block.note_block.didgeridoo}}
  |{{MC/Code|note.didgeridoo}}
  |{{code|note.didgeridoo}}
  |-
  |-
  |{{MC/Blocklink|Block of emerald}}
  |{{BlockLink|Block of emerald}}
  |{{sound|Bit (Clarinet/Synthesizer)|Note block bit scale.ogg}}
  |{{sound|Bit (Clarinet/Synthesizer)|Note block bit scale.ogg}}
  | style="text-align:center" |F♯<sub>3</sub>–F♯<sub>5</sub>
  | style="text-align:center" |F♯<sub>3</sub>–F♯<sub>5</sub>
  |{{MC/Code|block.note_block.bit}}
  |{{code|block.note_block.bit}}
  |{{MC/Code|note.bit}}
  |{{code|note.bit}}
  |-
  |-
  |{{MC/Blocklink|Hay bale}}
  |{{BlockLink|Hay bale}}
  |{{sound|Banjo|Note block banjo scale.ogg}}
  |{{sound|Banjo|Note block banjo scale.ogg}}
  | style="text-align:center" |F♯<sub>3</sub>–F♯<sub>5</sub>
  | style="text-align:center" |F♯<sub>3</sub>–F♯<sub>5</sub>
  |{{MC/Code|block.note_block.banjo}}
  |{{code|block.note_block.banjo}}
  |{{MC/Code|note.banjo}}
  |{{code|note.banjo}}
  |-
  |-
  |{{MC/Blocklink|Glowstone}}
  |{{BlockLink|Glowstone}}
  |{{sound|Pling (Electric piano)|Note block pling scale.ogg}}
  |{{sound|Pling (Electric piano)|Note block pling scale.ogg}}
  | style="text-align:center" |F♯<sub>3</sub>–F♯<sub>5</sub>
  | style="text-align:center" |F♯<sub>3</sub>–F♯<sub>5</sub>
  |{{MC/Code|block.note_block.pling}}
  |{{code|block.note_block.pling}}
  |{{MC/Code|note.pling}}
  |{{code|note.pling}}
  |-
  |-
  |{{flatlist|
  |{{flatlist|
*{{MC/Blocklink|Block of copper}}
*{{BlockLink|Block of copper}}
*{{MC/Blocklink|Cut copper}}
*{{BlockLink|Cut copper}}
*{{MC/Blocklink|Chiseled copper}}
*{{BlockLink|Chiseled copper}}
  }}
  }}
  |{{sound|Trumpet|Note block trumpet scale.ogg}}
  |{{sound|Trumpet|Note block trumpet scale.ogg}}
  | style="text-align:center" |F♯<sub>3</sub>–F♯<sub>5</sub>
  | style="text-align:center" |F♯<sub>3</sub>–F♯<sub>5</sub>
  |{{MC/Code|block.note_block.trumpet}}
  |{{code|block.note_block.trumpet}}
  |{{MC/Code|note.trumpet}}
  |{{code|note.trumpet}}
  |-
  |-
  |{{flatlist|
  |{{flatlist|
*{{MC/Blocklink|Exposed copper}}
*{{BlockLink|Exposed copper}}
*{{MC/Blocklink|Exposed cut copper}}
*{{BlockLink|Exposed cut copper}}
*{{MC/Blocklink|Exposed chiseled copper}}
*{{BlockLink|Exposed chiseled copper}}
  }}
  }}
  |{{sound|Exposed Trumpet (Distorted Trumpet)|Note block trumpet exposed scale.ogg}}
  |{{sound|Exposed Trumpet (Distorted Trumpet)|Note block trumpet exposed scale.ogg}}
  | style="text-align:center" |F♯<sub>3</sub>–F♯<sub>5</sub>
  | style="text-align:center" |F♯<sub>3</sub>–F♯<sub>5</sub>
  |{{MC/Code|block.note_block.trumpet_exposed}}
  |{{code|block.note_block.trumpet_exposed}}
  |{{MC/Code|note.trumpet_exposed}}
  |{{code|note.trumpet_exposed}}
  |-
  |-
  |{{flatlist|
  |{{flatlist|
*{{MC/Blocklink|Weathered copper}}
*{{BlockLink|Weathered copper}}
*{{MC/Blocklink|Weathered cut copper}}
*{{BlockLink|Weathered cut copper}}
*{{MC/Blocklink|Weathered chiseled copper}}
*{{BlockLink|Weathered chiseled copper}}
  }}
  }}
  |{{sound|Weathered Trumpet (Trombone)|Note block trumpet weathered scale.ogg}}
  |{{sound|Weathered Trumpet (Trombone)|Note block trumpet weathered scale.ogg}}
  | style="text-align:center" |F♯<sub>2</sub>–F♯<sub>4</sub>
  | style="text-align:center" |F♯<sub>2</sub>–F♯<sub>4</sub>
  |{{MC/Code|block.note_block.trumpet_weathered}}
  |{{code|block.note_block.trumpet_weathered}}
  |{{MC/Code|note.trumpet_weathered}}
  |{{code|note.trumpet_weathered}}
  |-
  |-
  |{{flatlist|
  |{{flatlist|
*{{MC/Blocklink|Oxidized copper}}
*{{BlockLink|Oxidized copper}}
*{{MC/Blocklink|Oxidized cut copper}}
*{{BlockLink|Oxidized cut copper}}
*{{MC/Blocklink|Oxidized chiseled copper}}
*{{BlockLink|Oxidized chiseled copper}}
  }}
  }}
  |{{sound|Oxidized Trumpet (Distorted Trombone)|Note block trumpet oxidized scale.ogg}}
  |{{sound|Oxidized Trumpet (Distorted Trombone)|Note block trumpet oxidized scale.ogg}}
  | style="text-align:center" |F♯<sub>2</sub>–F♯<sub>4</sub>
  | style="text-align:center" |F♯<sub>2</sub>–F♯<sub>4</sub>
  |{{MC/Code|block.note_block.trumpet_oxidized}}
  |{{code|block.note_block.trumpet_oxidized}}
  |{{MC/Code|note.trumpet_oxidized}}
  |{{code|note.trumpet_oxidized}}
  |-
  |-
  |{{MC/Blocklink|Skeleton skull}}
  |{{BlockLink|Skeleton skull}}
  |{{sound|Sound effect: Skeleton rattle|skeleton idle1.ogg|skeleton idle2.ogg|skeleton idle3.ogg}}
  |{{sound|Sound effect: Skeleton rattle|skeleton idle1.ogg|skeleton idle2.ogg|skeleton idle3.ogg}}
  | style="text-align:center" | —  
  | style="text-align:center" | —  
  |{{MC/Code|block.note_block.imitate.skeleton}}
  |{{code|block.note_block.imitate.skeleton}}
  |{{MC/Code|note.skeleton}}
  |{{code|note.skeleton}}
  |-
  |-
  |{{MC/Blocklink|Wither skeleton skull}}
  |{{BlockLink|Wither skeleton skull}}
  |{{sound|Sound effect: Wither skeleton rattle|wither skeleton idle1.ogg|wither skeleton idle2.ogg|wither skeleton idle3.ogg}}
  |{{sound|Sound effect: Wither skeleton rattle|wither skeleton idle1.ogg|wither skeleton idle2.ogg|wither skeleton idle3.ogg}}
  | style="text-align:center" | —  
  | style="text-align:center" | —  
  |{{MC/Code|block.note_block.imitate.wither_skeleton}}
  |{{code|block.note_block.imitate.wither_skeleton}}
  |{{MC/Code|note.witherskeleton}}
  |{{code|note.witherskeleton}}
  |-
  |-
  |{{MC/Blocklink|Player head}}
  |{{BlockLink|Player head}}
  | Sound effect set in {{MC/Nbt|string|note_block_sound}}, silent by default
  | Sound effect set in {{nbt|string|note_block_sound}}, silent by default
  | style="text-align:center" | —  
  | style="text-align:center" | —  
  | ''Dependent''
  | ''Dependent''
  | ''Dependent''
  | ''Dependent''
  |-
  |-
  |{{MC/Blocklink|Zombie head}}
  |{{BlockLink|Zombie head}}
  |{{Sound|Sound effect: Zombie moan|Zombie idle1.ogg|Zombie idle2.ogg|Zombie idle3.ogg}}
  |{{Sound|Sound effect: Zombie moan|Zombie idle1.ogg|Zombie idle2.ogg|Zombie idle3.ogg}}
  | style="text-align:center" | —  
  | style="text-align:center" | —  
  |{{MC/Code|block.note_block.imitate.zombie}}
  |{{code|block.note_block.imitate.zombie}}
  |{{MC/Code|note.zombie}}
  |{{code|note.zombie}}
  |-
  |-
  |{{MC/Blocklink|Creeper head}}
  |{{BlockLink|Creeper head}}
  |{{Sound|Sound effect: Creeper hiss|fuse.ogg}}
  |{{Sound|Sound effect: Creeper hiss|fuse.ogg}}
  | style="text-align:center" | —  
  | style="text-align:center" | —  
  |{{MC/Code|block.note_block.imitate.creeper}}
  |{{code|block.note_block.imitate.creeper}}
  |{{MC/Code|note.creeper}}
  |{{code|note.creeper}}
  |-
  |-
  |{{MC/Blocklink|Piglin head}}
  |{{BlockLink|Piglin head}}
  |{{Sound|Sound effect: Piglin snort|piglin idle1.ogg|piglin idle2.ogg|piglin idle3.ogg|piglin idle4.ogg|piglin idle5.ogg}}
  |{{Sound|Sound effect: Piglin snort|piglin idle1.ogg|piglin idle2.ogg|piglin idle3.ogg|piglin idle4.ogg|piglin idle5.ogg}}
  | style="text-align:center" | —  
  | style="text-align:center" | —  
  |{{MC/Code|block.note_block.imitate.piglin}}
  |{{code|block.note_block.imitate.piglin}}
  |{{MC/Code|note.piglin}}
  |{{code|note.piglin}}
  |-
  |-
  |{{MC/Blocklink|Dragon head}}
  |{{BlockLink|Dragon head}}
  |{{Sound|Sound effect: Ender dragon roar|ender dragon idle1.ogg|ender dragon idle2.ogg|ender dragon idle3.ogg|ender dragon idle4.ogg}}
  |{{Sound|Sound effect: Ender dragon roar|ender dragon idle1.ogg|ender dragon idle2.ogg|ender dragon idle3.ogg|ender dragon idle4.ogg}}
  | style="text-align:center" | —  
  | style="text-align:center" | —  
  |{{MC/Code|block.note_block.imitate.ender_dragon}}
  |{{code|block.note_block.imitate.ender_dragon}}
  |{{MC/Code|note.enderdragon}}
  |{{code|note.enderdragon}}
|-
|-
  |{{MC/Blocksprite|Air}} ''Any other blocks''
  |{{BlockSprite|Air}} ''Any other blocks''
  |{{sound|Harp|Note block harp scale.ogg}}
  |{{sound|Harp|Note block harp scale.ogg}}
  | style="text-align:center" |F♯<sub>3</sub>–F♯<sub>5</sub>
  | style="text-align:center" |F♯<sub>3</sub>–F♯<sub>5</sub>
  |{{MC/Code|block.note_block.harp}}
  |{{code|block.note_block.harp}}
  |{{MC/Code|note.harp}}
  |{{code|note.harp}}
|}
|}


Line 540: Line 540:
[[File:NoteBlockRedstone.png|thumb|A pair of note blocks wired to a [[clock circuit]] to play alternately]]
[[File:NoteBlockRedstone.png|thumb|A pair of note blocks wired to a [[clock circuit]] to play alternately]]


Note blocks can be activated in a variety of different ways following normal redstone principles. Note blocks conduct redstone power, which means they activate blocks next to them when directly powered, including other note blocks.  
Note blocks can be activated in a variety of different ways following normal redstone principles. Note blocks [[Minecraft:conductive block|conduct]] redstone power, which means they activate blocks next to them when directly powered, including other note blocks.  


{{MC/In|je}} after activating the note block, or changing the note block's pitch (via {{MC/Control|use}}) is treated as a block state change, which successfully generates a block update and plays a sound after a start delay. This update is detectable by both [[Minecraft:observer]]s and traditional piston-based block update detectors (BUDs).
{{IN|je}} after activating the note block, or changing the note block's pitch (via {{control|use}}) is treated as a block state change, which successfully generates a block update and plays a sound after a [[Minecraft:Piston/Usage#Start delay|start delay]]. This update is detectable by both [[Minecraft:observer]]s and traditional piston-based [[Minecraft:block update detector]]s (BUDs).


{{MC/In|je}}, an [[Minecraft:observer]] facing a note block will trigger whenever the note block is {{MC/Control|use|text=used}}, activated with redstone power or the note block's instrument changes. This makes note blocks very flexible when used with observers, especially since note blocks can conduct power to other redstone devices. They can serve as activation switches or a means to control how and when observers are triggered in circuits.  
{{IN|je}}, an [[Minecraft:observer]] facing a note block will trigger whenever the note block is {{Control|use|text=used}}, activated with redstone power or the note block's instrument changes. This makes note blocks very flexible when used with observers, especially since note blocks can conduct power to other redstone devices. They can serve as activation switches or a means to control how and when observers are triggered in circuits.  


{{MC/In|be}}, the musical pitch and instrument data are handled on a separate process (tile entity data) that is independent of the main world update loop. As a result, right-clicking to change the note does not trigger a block update. Because no update signal is generated, neither [[Minecraft:observer]]s nor BUDs can detect the change. This is a known bug.<ref>{{bug|MCPE-53919}}</ref>
{{IN|be}}, the musical pitch and instrument data are handled on a separate process (tile entity data) that is independent of the main world update loop. As a result, right-clicking to change the note does not trigger a block update. Because no update signal is generated, neither [[Minecraft:observer]]s nor [[Minecraft:BUD]]s can detect the change. This is a known bug.<ref>{{bug|MCPE-53919}}</ref>


==== Sculk detection ====
==== Sculk detection ====
Sculk sensors and calibrated sculk sensors can detect both note block activations and pitch changes because these actions generate vibration events. {{MC/In|be}}, sculk sensors provide the only reliable method to detect both note block activations and pitch changes for redstone, since observers and BUDs cannot register these events.
[[Minecraft:Sculk sensors]] and [[Minecraft:calibrated sculk sensors]] can detect both note block activations and pitch changes because these actions generate vibration events. {{IN|be}}, sculk sensors provide the only reliable method to detect both note block activations and pitch changes for redstone, since observers and BUDs cannot register these events.


==== Interaction with allays ====
==== Interaction with allays ====
If an allay hears a note block play within 16 blocks of its location, it tries to pathfind to it. It will then spend 30 seconds near that particular note block, seeking items around it and dropping them near the note block instead of its player. After 30 seconds, the allay returns to targeting its player unless the note block is played again. A vibration particle emanates from the note block and reaches the allay to indicate the allay has locked on to the note block. Because the allay and the note block interact via a vibration particle, placing [[Minecraft:wool]] between the note block and the allay can prevent this [[Minecraft:Sculk Sensor#Vibration detection|interaction]]. Allays ignore note blocks which do not make sounds, with the exception of note blocks with [[Minecraft:Player Head|player heads]] on top.
If an [[Minecraft:allay]] hears a note block play within 16 blocks of its location, it tries to pathfind to it. It will then spend 30 seconds near that particular note block, seeking items around it and dropping them near the note block instead of its player. After 30 seconds, the allay returns to targeting its player unless the note block is played again. A [[Minecraft:Particles#vibration|vibration particle]] emanates from the note block and reaches the allay to indicate the allay has locked on to the note block. Because the allay and the note block interact via a vibration particle, placing [[Minecraft:wool]] between the note block and the allay can prevent this [[Minecraft:Sculk Sensor#Vibration detection|interaction]]. Allays ignore note blocks which do not make sounds, with the exception of note blocks with [[Minecraft:Player Head|player heads]] on top.


=== Fuel ===
=== Fuel ===
Note blocks can be used as fuel in [[Minecraft:furnace]]s, smelting 1.5 items per block.
Note blocks can be used as [[Minecraft:fuel]] in [[Minecraft:furnace]]s, smelting 1.5 items per block.


== Sounds ==
== Sounds ==
{{MC/Sound table/Block/Wood}}
{{Sound table/Block/Wood}}


== Data values ==
== Data values ==
=== ID ===
=== ID ===
{{MC/Edition|java}}:
{{edition|java}}:
{{ID table
{{ID table
|edition=java
|edition=java
Line 572: Line 572:
|foot=1}}
|foot=1}}


{{MC/Edition|bedrock}}:
{{edition|bedrock}}:
{{ID table
{{ID table
|edition=bedrock
|edition=bedrock
Line 592: Line 592:


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


{{MC/Edition|java}}:
{{edition|java}}:
{{bst|instrument|harp|banjo,basedrum,bass,bell,bit,chime,cow_bell,creeper,custom_head,didgeridoo,dragon,flute,guitar,harp,hat,iron_xylophone,piglin,pling,skeleton,snare,wither_skeleton,xylophone,zombie|The instrument of the note block.}}
{{bst|instrument|harp|banjo,basedrum,bass,bell,bit,chime,cow_bell,creeper,custom_head,didgeridoo,dragon,flute,guitar,harp,hat,iron_xylophone,piglin,pling,skeleton,snare,wither_skeleton,xylophone,zombie|The instrument of the note block.}}
{{bst|note|0|0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24 |The pitch of the note block}}
{{bst|note|0|0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24 |The pitch of the note block}}
Line 600: Line 600:


=== Block data ===
=== Block data ===
{{MC/In|bedrock}}, a note block has a block entity associated with it that holds additional data about the block.
{{IN|bedrock}}, a note block has a block entity associated with it that holds additional data about the block.


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


== Achievements ==
== Achievements ==
{{MC/Load achievements|Birthday Song}}
{{load achievements|Birthday Song}}


== Advancements ==
== Advancements ==
{{MC/Load advancements|Birthday Song}}
{{load advancements|Birthday Song}}


== Videos ==
== Videos ==
{{MC/Yt|50lMIiQNfI4}}
{{yt|50lMIiQNfI4}}


== History ==
== History ==
{{MC/More sounds|section=1|type=old|Sounds before 1.9}}
{{more sounds|section=1|type=old|Sounds before 1.9}}
=== ''Java Edition'' ===
=== ''Java Edition'' ===
{{MC/More sounds|section=1|trumpet before and after snapshot 11}}
{{more sounds|section=1|trumpet before and after snapshot 11}}
{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|java beta}}
|{{HistoryLine|java beta}}
|{{MC/HistoryLine||1.2|[[File:Note Block JE1 BE1.png|32px]] Added note blocks.
|{{HistoryLine||1.2|[[File:Note Block JE1 BE1.png|32px]] Added note blocks.
|Note blocks have 5 instruments: "Harp", "Bass", "Bass drum", "Snare drum", "Click".
|Note blocks have 5 instruments: "Harp", "Bass", "Bass drum", "Snare drum", "Click".
|"Pling" is also added in the sound files, but is currently unused.}}
|"Pling" is also added in the sound files, but is currently unused.}}
|{{MC/HistoryLine|java}}
|{{HistoryLine|java}}
|{{MC/HistoryLine||1.0.0|dev=Beta 1.9 Prerelease 6|Note blocks are now broken faster using an [[Minecraft:axe]].}}
|{{HistoryLine||1.0.0|dev=Beta 1.9 Prerelease 6|Note blocks are now broken faster using an [[Minecraft:axe]].}}
|{{MC/HistoryLine||1.2.4|dev=release|Spruce planks, birch planks, and jungle planks can now be used to craft note blocks.}}
|{{HistoryLine||1.2.4|dev=release|[[Minecraft:Spruce planks]], [[Minecraft:birch planks]], and [[Minecraft:jungle planks]] can now be used to craft note blocks.}}
|{{MC/HistoryLine||1.7.2|dev=1.7.1|Acacia planks and dark oak planks can now be used to craft note blocks.}}
|{{HistoryLine||1.7.2|dev=1.7.1|[[Minecraft:Acacia planks]] and [[Minecraft:dark oak planks]] can now be used to craft note blocks.}}
|{{MC/HistoryLine||1.9|dev=?|Note blocks now use wood sounds rather than stone sounds.}}
|{{HistoryLine||1.9|dev=?|Note blocks now use wood sounds rather than stone sounds.}}
|{{MC/HistoryLine||1.12|dev=17w16a|Added sound events (but not the sounds themselves) for additional instruments  (bell, chime, flute, guitar, xylophone) to note blocks.}}
|{{HistoryLine||1.12|dev=17w16a|Added sound events (but not the sounds themselves) for additional instruments  (bell, chime, flute, guitar, xylophone) to note blocks.}}
|{{MC/HistoryLine|||dev=17w17a|Added sounds for additional instruments to note blocks.}}
|{{HistoryLine|||dev=17w17a|Added sounds for additional instruments to note blocks.}}
|{{MC/HistoryLine||1.13|dev=17w47a|Note blocks can now be pushed by [[Minecraft:piston]]s.}}
|{{HistoryLine||1.13|dev=17w47a|Note blocks can now be pushed by [[Minecraft:piston]]s.}}
|{{MC/HistoryLine||1.14|dev=18w43a|[[File:Note Block JE2 BE2.png|32px]] The texture of note blocks has been changed.}}
|{{HistoryLine||1.14|dev=18w43a|[[File:Note Block JE2 BE2.png|32px]] The texture of note blocks has been changed.}}
|{{MC/HistoryLine|||dev=19w09a|Added sounds to note blocks for additional instruments (iron xylophone, cow bell, didgeridoo, bit, banjo), and implemented the "Pling" instrument into the game.}}
|{{HistoryLine|||dev=19w09a|Added [[Minecraft:sound]]s to note blocks for additional instruments (iron xylophone, cow bell, didgeridoo, bit, banjo), and implemented the "Pling" instrument into the game.}}
|{{MC/HistoryLine||1.16|dev=20w06a|Crimson planks and warped planks can now be used to craft note blocks.}}
|{{HistoryLine||1.16|dev=20w06a|[[Minecraft:Crimson planks]] and [[Minecraft:warped planks]] can now be used to craft note blocks.}}
|{{MC/HistoryLine||1.19|dev=22w11a|Mangrove planks can now be used to craft note blocks.}}
|{{HistoryLine||1.19|dev=22w11a|[[Minecraft:Mangrove planks]] can now be used to craft note blocks.}}
|{{MC/HistoryLine|||dev=22w13a|Note blocks now generate as part of ancient cities.
|{{HistoryLine|||dev=22w13a|Note blocks now generate as part of [[Minecraft:ancient cities]].
|Note blocks can now be silenced only with [[Minecraft:wool]] or [[Minecraft:carpet]]s on top.}}
|Note blocks can now be silenced only with [[Minecraft:wool]] or [[Minecraft:carpet]]s on top.}}
|{{MC/HistoryLine|||dev=22w15a|The change to note block silencing mentioned above for 22w13a has now been reverted.}}
|{{HistoryLine|||dev=22w15a|The change to note block silencing mentioned above for 22w13a has now been reverted.}}
|{{MC/HistoryLine||1.19.3|exp=Update 1.20|dev=22w42a|Bamboo planks can now be used to craft note blocks.}}
|{{HistoryLine||1.19.3|exp=Update 1.20|dev=22w42a|[[Minecraft:Bamboo planks]] can now be used to craft note blocks.}}
|{{MC/HistoryLine||1.20|dev=23w07a|Cherry planks can now be used to craft note blocks.}}
|{{HistoryLine||1.20|dev=23w07a|[[Minecraft:Cherry planks]] can now be used to craft note blocks.}}
|{{MC/HistoryLine|||dev=23w12a|[[Minecraft:Head]]s can now be placed on note blocks to play the respective mob sound.
|{{HistoryLine|||dev=23w12a|[[Minecraft:Head]]s can now be placed on note blocks to play the respective mob sound.
|Heads can now be placed on note blocks without sneaking.}}
|Heads can now be placed on note blocks without sneaking.}}
|{{MC/HistoryLine||1.21.2|exp=Winter Drop|dev=24w40a|Pale oak planks can now be used to craft note blocks.}}
|{{HistoryLine||1.21.2|exp=Winter Drop|dev=24w40a|[[Minecraft:Pale oak planks]] can now be used to craft note blocks.}}
|{{MC/HistoryLine||26.1|dev=snap7|Added the "Trumpet", "Exposed Trumpet", "Weathered Trumpet", and "Oxidized Trumpet" instruments.}}
|{{HistoryLine||26.1|dev=snap7|Added the "Trumpet", "Exposed Trumpet (Distorted Trumpet)", "Weathered Trumpet (Trombone)", and "Oxidized Trumpet (Distorted Trombone)" instruments.}}
|{{MC/HistoryLine|||dev=snap11|Updated the trumpet note block sound assets.}}
|{{HistoryLine|||dev=snap11|Updated the trumpet note block sound assets.}}
}}
}}


=== ''Bedrock Edition'' ===
=== ''Bedrock Edition'' ===
{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|pocket alpha}}
|{{HistoryLine|pocket alpha}}
|{{MC/HistoryLine||v0.13.0|dev=build 1|[[File:Note Block JE1 BE1.png|32px]] Added note blocks.}}
|{{HistoryLine||v0.13.0|dev=build 1|[[File:Note Block JE1 BE1.png|32px]] Added note blocks.}}
|{{MC/HistoryLine||v0.15.0|dev=build 1|Note blocks can now be moved by [[Minecraft:piston]]s.}}
|{{HistoryLine||v0.15.0|dev=build 1|Note blocks can now be moved by [[Minecraft:piston]]s.}}
|{{MC/HistoryLine|bedrock}}
|{{HistoryLine|bedrock}}
|{{MC/HistoryLine||1.10.0|dev=beta 1.10.0.3|[[File:Note Block JE2 BE2.png|32px]] The texture of note blocks has been changed.}}
|{{HistoryLine||1.10.0|dev=beta 1.10.0.3|[[File:Note Block JE2 BE2.png|32px]] The texture of note blocks has been changed.}}
|{{MC/HistoryLine||1.13.0|dev=beta 1.13.0.9|Added all new note block sounds from Java Edition 1.12 and 1.14.
|{{HistoryLine||1.13.0|dev=beta 1.13.0.9|Added all new note block [[Minecraft:sound]]s from [[Minecraft:Java Edition 1.12]] and [[Minecraft:Java Edition 1.14|1.14]].
|Note blocks with [[Minecraft:glowstone]] underneath now produce the "pling" sound instead of "hat".}}
|Note blocks with [[Minecraft:glowstone]] underneath now produce the "pling" sound instead of "hat".}}
|{{MC/HistoryLine||1.18.30|exp=Wild Update|dev=Preview 1.18.30.23|A note block played near an allay becomes its favorite note block for 30 seconds.
|{{HistoryLine||1.18.30|exp=Wild Update|dev=Preview 1.18.30.23|A note block played near an [[Minecraft:allay]] becomes its favorite note block for 30 seconds.
|Placing a block on top of a note block no longer mutes it, with the exception of [[Minecraft:wool]] blocks.}}
|Placing a block on top of a note block no longer mutes it, with the exception of [[Minecraft:wool]] blocks.}}
|{{MC/HistoryLine||1.19.0|dev=Preview 1.19.0.27|The previous change has been reverted.}}
|{{HistoryLine||1.19.0|dev=Preview 1.19.0.27|The previous change has been reverted.}}
|{{MC/HistoryLine||1.19.60|exp=Next Major Update|dev=Preview 1.19.60.20|[[Minecraft:Head]]s can now be placed on note blocks to play the respective mob sound.}}
|{{HistoryLine||1.19.60|exp=Next Major Update|dev=Preview 1.19.60.20|[[Minecraft:Head]]s can now be placed on note blocks to play the respective mob sound.}}
|{{MC/HistoryLine||1.20.10|dev=Preview 1.20.10.20|Note blocks with soul soil underneath now produces the "harp" sound instead of "snare".}}
|{{HistoryLine||1.20.10|dev=Preview 1.20.10.20|Note blocks with [[Minecraft:soul soil]] underneath now produces the "harp" sound instead of "snare".}}
|{{MC/HistoryLine||1.21.50|dev=Preview 1.21.50.20|Pale oak planks can now be used to craft note blocks.}}
|{{HistoryLine||1.21.50|dev=Preview 1.21.50.20|[[Minecraft:Pale oak planks]] can now be used to craft note blocks.}}
|{{MC/HistoryLine||26.10|dev=Preview 26.10.23|Added the "Trumpet", "Exposed Trumpet", "Weathered Trumpet", and "Oxidized Trumpet" instruments.}}
|{{HistoryLine||26.10|dev=Preview 26.10.23|Added the "Trumpet", "Exposed Trumpet (Distorted Trumpet)", "Weathered Trumpet (Trombone)", and "Oxidized Trumpet (Distorted Trombone)" instruments.}}
}}
}}


=== Legacy Console Edition ===
=== Legacy Console Edition ===
{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|console}}
|{{HistoryLine|console}}
|{{MC/HistoryLine||xbox=TU1|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Note Block JE1 BE1.png|32px]] Added note blocks.}}
|{{HistoryLine||xbox=TU1|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[File:Note Block JE1 BE1.png|32px]] Added note blocks.}}
|{{MC/HistoryLine||xbox=TU9|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|Spruce planks and birch planks can now be used to craft note blocks.}}
|{{HistoryLine||xbox=TU9|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|[[Minecraft:Spruce planks]] and [[Minecraft:birch planks]] can now be used to craft note blocks.}}
|{{MC/HistoryLine||xbox=TU12|Jungle planks can now be used to craft note blocks.}}
|{{HistoryLine||xbox=TU12|[[Minecraft:Jungle planks]] can now be used to craft note blocks.}}
|{{MC/HistoryLine||xbox=TU25|xbone=CU14|ps3=1.17|psvita=1.17|ps4=1.17|Acacia planks and dark oak planks can now be used to craft note blocks.}}
|{{HistoryLine||xbox=TU25|xbone=CU14|ps3=1.17|psvita=1.17|ps4=1.17|[[Minecraft:Acacia planks]] and [[Minecraft:dark oak planks]] can now be used to craft note blocks.}}
|{{MC/HistoryLine||xbox=TU53|xbone=CU43|ps3=1.49|psvita=1.49|ps4=1.50|wiiu=Patch 23|switch=1.0.3|Added new note block sounds.}}
|{{HistoryLine||xbox=TU53|xbone=CU43|ps3=1.49|psvita=1.49|ps4=1.50|wiiu=Patch 23|switch=1.0.3|Added new note block [[Minecraft:sound]]s.}}
|{{MC/HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.90|wiiu=none|switch=none|[[File:Note Block JE2 BE2.png|32px]] The texture of note blocks has been changed.}}
|{{HistoryLine||xbox=none|xbone=none|ps3=none|psvita=none|ps4=1.90|wiiu=none|switch=none|[[File:Note Block JE2 BE2.png|32px]] The texture of note blocks has been changed.}}
}}
}}


=== ''New Nintendo 3DS Edition'' ===
=== ''New Nintendo 3DS Edition'' ===
{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|new 3ds}}
|{{HistoryLine|new 3ds}}
|{{MC/HistoryLine||0.1.0|[[File:Note Block JE1 BE1.png|32px]] Added note blocks.}}
|{{HistoryLine||0.1.0|[[File:Note Block JE1 BE1.png|32px]] Added note blocks.}}
}}
}}


=== Data history ===
=== Data history ===
{{MC/Info needed section|Info on the block entity used before 17w47a}}
{{info needed section|Info on the block entity used before 17w47a}}
{{HistoryTable
{{HistoryTable
|{{MC/HistoryLine|java}}
|{{HistoryLine|java}}
|{{HistoryLine||1.8|dev=14w06a|Note blocks now use the newly-implemented model json file {{MC/Code|models/block/cube.json}}; previously the geometry was defined in the game code itself.}}
|{{HistoryLine||1.8|dev=14w06a|Note blocks now use the newly-implemented model json file {{code|models/block/cube.json}}; previously the geometry was defined in the game code itself.}}
|{{MC/HistoryLine||1.9|dev=15w34a|The power state of note blocks is now controlled through the <code>powered</code> tag, and therefore can now be controlled independently of any redstone signal.}}
|{{HistoryLine||1.9|dev=15w34a|The power state of note blocks is now controlled through the <code>powered</code> tag, and therefore can now be controlled independently of any [[Minecraft:redstone signal]].}}
|{{MC/HistoryLine||1.11|dev=16w32a|The [[Minecraft:block entity]] ID of note blocks has been changed from <code>Music</code> to <code>noteblock</code>.}}
|{{HistoryLine||1.11|dev=16w32a|The [[Minecraft:block entity]] ID of note blocks has been changed from <code>Music</code> to <code>noteblock</code>.}}
|{{MC/HistoryLine||1.13|dev=17w47a|The ID has been changed from <code>noteblock</code> to <code>note_block</code>.
|{{HistoryLine||1.13|dev=17w47a|The ID has been changed from <code>noteblock</code> to <code>note_block</code>.
|Note blocks are no longer block entities and instead are defined by the <code>note</code>, <code>powered</code>, and <code>instrument</code> block states.
|Note blocks are no longer block entities and instead are defined by the <code>note</code>, <code>powered</code>, and <code>instrument</code> block states.
|Prior to ''The Flattening'', this block's numeral ID was 25.}}
|Prior to [[Minecraft:1.13/Flattening|''The Flattening'']], this block's numeral ID was 25.}}
}}
}}


== Issues ==
== Issues ==
{{MC/Issue list|note block|noteblock}}
{{issue list|note block|noteblock}}


== Trivia ==
== Trivia ==
* Because a note block is a wooden-type block, a note block directly on top of another one produces a string bass sound when playing notes.
* Because a note block is a wooden-type block, a note block directly on top of another one produces a string bass sound when playing notes.
* {{MC/In|java}}, note blocks have the highest number of possible block state combinations, at 1350, beating [[Minecraft:fire]]'s 512 and redstone dust's 1296.
* {{IN|java}}, note blocks have the highest number of possible block state combinations, at 1350, beating [[Minecraft:fire]]'s 512 and [[Minecraft:redstone dust]]'s 1296.


== Gallery ==
== Gallery ==
Line 713: Line 713:
=== In other media ===
=== In other media ===
<gallery>
<gallery>
File:Piglin Head Animation.jpg|Sunny using a piglin head on a note block
File:Piglin Head Animation.jpg|[[Minecraft:Sunny]] using a [[Minecraft:piglin head]] on a note block
File:Efe Looking at Makena Napping on a Note Block.jpg|[[Minecraft:Efe]] looking at Makena napping on a note block
File:Efe Looking at Makena Napping on a Note Block.jpg|[[Minecraft:Efe]] looking at [[Minecraft:Makena]] napping on a note block
File:Efe Placing a Zombie Head on a Note Block.jpg|Efe placing a zombie head sneakily on the note block
File:Efe Placing a Zombie Head on a Note Block.jpg|Efe placing a [[Minecraft:zombie head]] sneakily on the note block
File:Makena Waking up Startled by the Zombie Noise.jpg|Makena waking up startled at the sound of zombies being played on the note block
File:Makena Waking up Startled by the Zombie Noise.jpg|Makena waking up startled at the sound of zombies being played on the note block
</gallery>
</gallery>


== See also ==
== See also ==
* Tutorial:Redstone music
* [[Minecraft:Tutorial:Redstone music]]
* Tutorial:Redstone music/Doorbell
* [[Minecraft:Tutorial:Redstone music/Doorbell]]
* {{MC/Blocklink|Jukebox}}
* {{BlockLink|Jukebox}}
* Minecraft Note Block Studio – A music editor for ''Minecraft''.
* [[Minecraft:Programs and editors/Minecraft Note Block Studio|Minecraft Note Block Studio]] – A music editor for ''Minecraft''.


== References ==
== References ==
{{MC/Reflist}}
{{reflist}}


== External links ==
== External links ==
Line 733: Line 733:


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


[[Category:Mechanisms]]
[[Category:Mechanisms]]
Line 740: Line 740:
[[Category:Utility blocks]]
[[Category:Utility blocks]]


de:Notenblock
[[Minecraft:de:Notenblock]]
es:Bloque musical
[[Minecraft:es:Bloque musical]]
fr:Bloc musical
[[Minecraft:fr:Bloc musical]]
hu:Hangdoboz
[[Minecraft:hu:Hangdoboz]]
it:Blocco sonoro
[[Minecraft:it:Blocco sonoro]]
ja:音符ブロック
[[Minecraft:ja:音符ブロック]]
ko:소리 블록
[[Minecraft:ko:소리 블록]]
lzh:絲竹匣
[[Minecraft:lzh:絲竹匣]]
nl:Nootblok
[[Minecraft:nl:Nootblok]]
pl:Blok dźwiękowy
[[Minecraft:pl:Blok dźwiękowy]]
pt:Bloco Musical
[[Minecraft:pt:Bloco Musical]]
ru:Музыкальный блок
[[Minecraft:ru:Музыкальный блок]]
uk:Нотний блок
[[Minecraft:uk:Нотний блок]]
zh:音符盒
[[Minecraft:zh:音符盒]]

Latest revision as of 11:17, 20 April 2026

Template:Infobox block A note block is a Minecraft:block that emits sounds when Template:Control, Template:Control, or Minecraft:powered. The sound produced can be altered in various ways by using it or putting certain blocks directly above or below it. Minecraft:Allays are affected by note blocks, staying nearby and dropping held items next to it for a short while upon hearing its sound.

Obtaining

Breaking

Note blocks are most quickly broken with an Minecraft:axe. Template:Breaking row

Natural generation

Note blocks can generate in Minecraft:ancient cities.

Crafting

Template:Crafting

Usage

Playing music

Notes

File:Note-Block.png
A note block being triggered and playing a note

A note block will produce a sound and spawn a colored musical note Minecraft:particle whenever any of the following conditions are met:

A note block must have either Minecraft:air or a Minecraft:mob head in the space directly above it to play a sound, though Template:Control a silenced note block will still change its pitch. Note block sounds can be heard from up to 48 blocks away, and can be independently controlled by the Minecraft:Jukebox/Note Blocks slider in the audio Minecraft:settings.

Each time a note block plays a sound, a note Minecraft:particle will appear from the top. The color of the particle depends on the pitch of the note block. Note particles do not appear for silenced note blocks or mob head instruments.

Excluding mob heads, there are 16 different instruments and 25 different pitches per instrument (a total of 400 notes with different sounds). Template:Control a note block increases the instrument's pitch up a semitone, with a total of two full octaves (24 semitones in total) being available for each instrument. The standard range (for harp and pling instruments) of notes span from F♯3 to F♯5. After reaching the highest note (24 presses of the Template:Control), pressing use again (25th press of the Template:Control) resets the pitch back to F♯3, as does breaking the block. The note block's pitch is ignored for player heads and the six Minecraft:mob heads.

The string bass and didgeridoo are two octaves (24 semitones) lower than the standard range, the guitar is one octave (12 semitones) lower than the standard range, the flute is one octave above the standard range, and the bell, chime, and xylophone are 2 octaves above the standard range. This gives six octaves (72 semitones) of effective range to combine instruments for greater pitch coverage.

The exact pitch can be found from its Template:Control-count by using the following formula: 2 ^ ((use count - 12) / 12).

The exact pitch to Template:Control-count assignment is shown below,<ref>Original chart by cookingfat</ref><ref>Original /playsound pitch chart by kwerti</ref> along with the note's color, which is rendered with shading using the particle's texture.

Pitch

(Octave 1)

Use count Pitch (Template:Cmd) Color (hex)
F♯/G♭- Fi/Se 0 0.5 Template:Color
G - Sol 1 2^(-11/12) ≈ 0.529732 Template:Color
G♯/A♭- Si/Le 2 2^(-10/12) ≈ 0.561231 Template:Color
A - La 3 2^(-9/12) ≈ 0.594604 Template:Color
A♯/B♭- Li/Te 4 2^(-8/12) ≈ 0.629961 Template:Color
B - Ti 5 2^(-7/12) ≈ 0.667420 Template:Color
C - Do 6 2^(-6/12) ≈ 0.707107 Template:Color
C♯/D♭- Di/Ra 7 2^(-5/12) ≈ 0.749154 Template:Color
D - Re 8 2^(-4/12) ≈ 0.793701 Template:Color
D♯/E♭- Ri/Me 9 2^(-3/12) ≈ 0.840896 Template:Color
E - Mi 10 2^(-2/12) ≈ 0.890899 Template:Color
F - Fa 11 2^(-1/12) ≈ 0.943874 Template:Color
F♯/G♭- Fi/Se 12 1.0 Template:Color
Pitch

(Octave 2)

Use count Pitch (Template:Cmd) Color (hex)
F♯/G♭- Fi/Se 12 1.0 Template:Color
G - Sol 13 2^(1/12) ≈ 1.059463 Template:Color
G♯/A♭- Si/Le 14 2^(2/12) ≈ 1.122462 Template:Color
A - La 15 2^(3/12) ≈ 1.189207 Template:Color
A♯/B♭- Li/Te 16 2^(4/12) ≈ 1.259921 Template:Color
B - Ti 17 2^(5/12) ≈ 1.334840 Template:Color
C - Do 18 2^(6/12) ≈ 1.414214 Template:Color
C♯/D♭- Di/Ra 19 2^(7/12) ≈ 1.498307 Template:Color
D - Re 20 2^(8/12) ≈ 1.587401 Template:Color
D♯/E♭- Ri/Me 21 2^(9/12) ≈ 1.681793 Template:Color
E - Mi 22 2^(10/12) ≈ 1.781797 Template:Color
F - Fa 23 2^(11/12) ≈ 1.887749 Template:Color
F♯/G♭- Fi/Se 24 2.0 Template:Color

Alternatively, there is a graphical version available: File:Noteblock reference.png

The current pitch of a note block can be roughly estimated by Template:Control it and looking at the color of the note particle. File:Note colors.png

Template:IN, the tuning can also be checked by looking at the Minecraft:debug screen (accessed by pressing Template:Key). It is denoted as "note:" followed by a number from 0 to 24.

Instruments

The instrument played depends on the block placed directly underneath the note block. Mob heads must instead be placed on top of the note block.

Mob head instruments take priority over block instruments, and play the corresponding mob's Template:Cd sound, except for creeper heads, which instead trigger the Template:Cd sound. Mob head sounds are not affected by the note block's pitch.

Template:Needs update

Block Instrument Template:Tooltip Sound event names (Java) Sound event names (Bedrock)
Template:Sound F♯1–F♯3 Template:Code Template:Code
Template:Flatlist Template:Sound Template:Code Template:Code
Template:Flatlist Template:Sound Template:Code Template:Code
Template:Sound Template:Code Template:Code
Template:BlockLink Template:Sound F♯5–F♯7 Template:Code Template:Code
Template:Flatlist Template:Sound F♯4–F♯6 Template:Code Template:Code
Template:BlockLink Template:Sound F♯5–F♯7 Template:Code Template:Code
Template:BlockLink Template:Sound F♯2–F♯4 Template:Code Template:Code
Template:BlockLink Template:Sound F♯5–F♯7 Template:Code Template:Code
Template:BlockLink Template:Sound F♯3–F♯5 Template:Code Template:Code
Template:BlockLink Template:Sound F♯4–F♯6 Template:Code Template:Code
Template:BlockLink Template:Sound F♯1–F♯3 Template:Code Template:Code
Template:BlockLink Template:Sound F♯3–F♯5 Template:Code Template:Code
Template:BlockLink Template:Sound F♯3–F♯5 Template:Code Template:Code
Template:BlockLink Template:Sound F♯3–F♯5 Template:Code Template:Code
Template:Flatlist Template:Sound F♯3–F♯5 Template:Code Template:Code
Template:Flatlist Template:Sound F♯3–F♯5 Template:Code Template:Code
Template:Flatlist Template:Sound F♯2–F♯4 Template:Code Template:Code
Template:Flatlist Template:Sound F♯2–F♯4 Template:Code Template:Code
Template:BlockLink Template:Sound Template:Code Template:Code
Template:BlockLink Template:Sound Template:Code Template:Code
Template:BlockLink Sound effect set in Template:Nbt, silent by default Dependent Dependent
Template:BlockLink Template:Sound Template:Code Template:Code
Template:BlockLink Template:Sound Template:Code Template:Code
Template:BlockLink Template:Sound Template:Code Template:Code
Template:BlockLink Template:Sound Template:Code Template:Code
Template:BlockSprite Any other blocks Template:Sound F♯3–F♯5 Template:Code Template:Code

Activating note blocks

File:NoteBlockRedstone.png
A pair of note blocks wired to a clock circuit to play alternately

Note blocks can be activated in a variety of different ways following normal redstone principles. Note blocks conduct redstone power, which means they activate blocks next to them when directly powered, including other note blocks.

Template:IN after activating the note block, or changing the note block's pitch (via Template:Control) is treated as a block state change, which successfully generates a block update and plays a sound after a start delay. This update is detectable by both Minecraft:observers and traditional piston-based Minecraft:block update detectors (BUDs).

Template:IN, an Minecraft:observer facing a note block will trigger whenever the note block is Template:Control, activated with redstone power or the note block's instrument changes. This makes note blocks very flexible when used with observers, especially since note blocks can conduct power to other redstone devices. They can serve as activation switches or a means to control how and when observers are triggered in circuits.

Template:IN, the musical pitch and instrument data are handled on a separate process (tile entity data) that is independent of the main world update loop. As a result, right-clicking to change the note does not trigger a block update. Because no update signal is generated, neither Minecraft:observers nor Minecraft:BUDs can detect the change. This is a known bug.<ref>Template:Bug</ref>

Sculk detection

Minecraft:Sculk sensors and Minecraft:calibrated sculk sensors can detect both note block activations and pitch changes because these actions generate vibration events. Template:IN, sculk sensors provide the only reliable method to detect both note block activations and pitch changes for redstone, since observers and BUDs cannot register these events.

Interaction with allays

If an Minecraft:allay hears a note block play within 16 blocks of its location, it tries to pathfind to it. It will then spend 30 seconds near that particular note block, seeking items around it and dropping them near the note block instead of its player. After 30 seconds, the allay returns to targeting its player unless the note block is played again. A vibration particle emanates from the note block and reaches the allay to indicate the allay has locked on to the note block. Because the allay and the note block interact via a vibration particle, placing Minecraft:wool between the note block and the allay can prevent this interaction. Allays ignore note blocks which do not make sounds, with the exception of note blocks with player heads on top.

Fuel

Note blocks can be used as Minecraft:fuel in Minecraft:furnaces, smelting 1.5 items per block.

Sounds

Template:Sound table/Block/Wood

Data values

ID

Template:Edition: Template:ID table

Template:Edition: Template:ID table Template:ID table

Block states

Template:See also

Template:Edition: Template:Bst Template:Bst Template:Bst

Block data

Template:IN, a note block has a block entity associated with it that holds additional data about the block.

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

Achievements

Template:Load achievements

Advancements

Template:Load advancements

Videos

Template:Yt

History

Template:More sounds

Java Edition

Template:More sounds Template:HistoryTable

Bedrock Edition

Template:HistoryTable

Legacy Console Edition

Template:HistoryTable

New Nintendo 3DS Edition

Template:HistoryTable

Data history

Template:Info needed section Template:HistoryTable

Issues

Template:Issue list

Trivia

  • Because a note block is a wooden-type block, a note block directly on top of another one produces a string bass sound when playing notes.
  • Template:IN, note blocks have the highest number of possible block state combinations, at 1350, beating Minecraft:fire's 512 and Minecraft:redstone dust's 1296.

Gallery

Screenshots

Concept artwork

In other media

See also

References

Template:Reflist

External links

Navigation

Template:Navbox redstone Template:Navbox blocks

Minecraft:de:Notenblock Minecraft:es:Bloque musical Minecraft:fr:Bloc musical Minecraft:hu:Hangdoboz Minecraft:it:Blocco sonoro Minecraft:ja:音符ブロック Minecraft:ko:소리 블록 Minecraft:lzh:絲竹匣 Minecraft:nl:Nootblok Minecraft:pl:Blok dźwiękowy Minecraft:pt:Bloco Musical Minecraft:ru:Музыкальный блок Minecraft:uk:Нотний блок Minecraft:zh:音符盒