Crafting using Iron Ingot, Holystone, Holystone and Holystone, arranged in the pattern shown. Produces Stonecutter.
Stonecutter
Minecraft · by Mojang Studios
Acquisition
Crafting using Iron Ingot, Stone, Stone and Stone, arranged in the pattern shown. Produces Stonecutter.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Stonecutter | 1–1 | 100% | 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
}

