Crafting using Any Stone Tool Materials, Stick and Stick, arranged in the pattern shown. Produces Stone Shovel.
Stone Shovel
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Gameplay loot table: Toolsmith Gift (minecraft) minecraft:toolsmith_gift | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
minecraft:stone_shovel- Namespace
minecraft- Mod ID
minecraft- Tags (1)
minecraft:items/shovels
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"X",
"#",
"#"
],
"ingredients": {
"#": {
"item": "minecraft:stick"
},
"X": {
"tag": "minecraft:stone_tool_materials"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
