Crafting using Skyroot Stick, Stone Slab, Skyroot Stick, Skyroot Planks and Skyroot Planks, arranged in the pattern shown. Produces Grindstone.
Grindstone
Minecraft · by Mojang Studios
Acquisition
Crafting using Stick, Stone Slab, Stick, Any Planks and Any Planks, arranged in the pattern shown. Produces Grindstone.
Crafting using Skyroot Stick, Holystone Slab, Skyroot Stick, Skyroot Planks and Skyroot Planks, arranged in the pattern shown. Produces Grindstone.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Grindstone | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:grindstone- Namespace
minecraft- Mod ID
minecraft- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (3):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"/H/",
"P P"
],
"ingredients": {
"/": {
"tag": "c:wooden_rods"
},
"H": {
"item": "minecraft:stone_slab"
},
"P": {
"tag": "aether:planks_crafting"
}
},
"conditions": [],
"sequence": null,
"group_name": "minecraft:grindstone",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"I-I",
"# #"
],
"ingredients": {
"#": {
"tag": "minecraft:planks"
},
"-": {
"item": "minecraft:stone_slab"
},
"I": {
"item": "minecraft:stick"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"/H/",
"P P"
],
"ingredients": {
"/": {
"tag": "c:wooden_rods"
},
"H": {
"item": "aether:holystone_slab"
},
"P": {
"tag": "aether:planks_crafting"
}
},
"conditions": [],
"sequence": null,
"group_name": "minecraft:grindstone",
"experience": null,
"cooking_time": null
}

