minecraft:note_block

Note Block

Minecraft · by Mojang Studios
block Axe Mineable

Acquisition

Crafting using Any Planks, Any Planks, Any Planks, Any Planks, Redstone Dust, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Note Block.

Crafting
Note Block guaranteed

Crafting using Skyroot Planks, Skyroot Planks, Skyroot Planks, Skyroot Planks, Any Redstone Dust, Skyroot Planks, Skyroot Planks, Skyroot Planks and Skyroot Planks, arranged in the pattern shown. Produces Note Block.

Crafting
Note Block guaranteed

Mining & drops

sourcecountchanceconditions
Note Block1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:note_block
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#X#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "minecraft:planks"
    },
    "X": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PPP",
    "PRP",
    "PPP"
  ],
  "ingredients": {
    "P": {
      "tag": "aether:planks_crafting"
    },
    "R": {
      "tag": "c:dusts/redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "minecraft:note_block",
  "experience": null,
  "cooking_time": null
}