Stonecutter
minecraft:stonecutter

Stonecutter

Minecraft · by Mojang Studios
block Pickaxe Mineable

Acquisition

Crafting using Iron Ingot, Holystone, Holystone and Holystone, arranged in the pattern shown. Produces Stonecutter.

Crafting
Stonecutter Stonecutter guaranteed

Crafting using Iron Ingot, Stone, Stone and Stone, arranged in the pattern shown. Produces Stonecutter.

Crafting
Stonecutter Stonecutter guaranteed

Mining & drops

sourcecountchanceconditions
Stonecutter1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " I ",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "aether:holystone"
    },
    "I": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "minecraft:stonecutter",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " I ",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stone"
    },
    "I": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}