Note Block
Note Block — block.
Obtaining
A note block is crafted from planks and redstone dust. It can be mined as a normal block and keeps its note settings when moved carefully.
Loot tableNote BlockDetailed drops are not published yet.Breaking
| Hardness | 0.8 |
|---|---|
| Blast resistance | 0.8 |
| Tool | AxeTool |
Crafting
Result
Note BlockIngredients match the published snapshot.
Usage
The block occupies a standard full volume and is shown with an isometric preview.
Right-clicking a note block changes its pitch, while powering it plays the selected note. Different instruments are chosen by the block beneath it, so a small arrangement can become a compact redstone music system.
| Shape | Full cube |
|---|---|
| Rendering | Isometric preview |
Sounds
The selected instrument chooses the sound event. Tunable instruments use the note pitch, while untunable instruments keep a pitch of 1.0; each playback also emits the `note_block_play` game event.
| Note block instrument | bass |
|---|---|
| Harp | block.note_block.harp |
| Bass drum | block.note_block.basedrum |
| Snare | block.note_block.snare |
| Hat | block.note_block.hat |
| Bass | block.note_block.bass |
| Pling | block.note_block.pling |
Behavior
The block emits a note-block-play game event when it plays. A redstone pulse activates it, and the supporting block determines the instrument family. Placement and vertical neighbour updates recalculate the instrument; a compatible block above takes priority, while an instrument below is used when the top position does not provide one.
| Stack size | 64 |
|---|---|
| Solid block | Yes |
| Map color | wood |
| Note block instrument | bass |
| State count | 1 |
| Note range | 0–24 (two octaves) |
| Volume | 3.0 |
| Instrument selection | The block above takes priority; otherwise the supporting block selects the family |
| Tune interaction | Use the block to cycle the note, or attack it to play without retuning |
Data values
The block uses the `minecraft:note_block` identifier and is tagged as axe-mineable. Its public state is the tuned note plus the instrument selected by the block below it.
| Identifier | minecraft:note_block |
|---|---|
| Version | Minecraft 26.2 |
| Blockstate | assets/minecraft/blockstates/note_block.json |
| Loot table | Note BlockLoot table |
| Tool tag | Axe mineable |
| State | Note, instrument, powered |
| Default state | Note 0, harp, unpowered |
| Game event | minecraft:note_block_play |
History
The note block has kept the same redstone music role while its state model gained an explicit instrument property and support for custom note-block sounds on heads placed above it.
- 26.2Block facts were published from the verified snapshot.Provenance: 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
Trivia
The note value is a two-octave range rather than an arbitrary pitch. A powered transition plays once, while changing the note by hand also immediately plays the selected instrument.
Gallery
See also
References
The local snapshot keeps the shaped recipe, block loot, multipart state and `NoteBlock` implementation separately. The implementation records the three public state fields, the two-octave note range, redstone transition, and the game event used by listeners.
| Source | Validated DeepMine snapshot |
|---|---|
| Snapshot ID | 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5 |
| Digest | b2b8c60f4a4d092014ae1ec2a53c58146b06f8c967f92ab1a5d84cd21ccb63d6 |
| Crafting recipe | `data/minecraft/recipe/note_block.json` |
| Block loot | `data/minecraft/loot_table/blocks/note_block.json` |
| Blockstate definition | `assets/minecraft/blockstates/note_block.json` |
| Block implementation | `net/minecraft/world/level/block/NoteBlock.java` |
| Advancement recipe | `data/minecraft/advancement/recipes/redstone/note_block.json` |
Navigation
Data and provenance
minecraft:note_block
Snapshot digest verified.
b2b8c60f4a4d092014ae1ec2a53c58146b06f8c967f92ab1a5d84cd21ccb63d6Provenance and publication
- Readiness
- Pending
- Snapshot
- 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
- Source set
- 918feb41c87c05a6f3e94e327fb01a82543180a2376b65610c6f0521456532a5
- Entity identifier
- minecraft:note_block
- Digest
- b2b8c60f4a4d092014ae1ec2a53c58146b06f8c967f92ab1a5d84cd21ccb63d6
- Missing locales
- ru, en





