G GameIDs
minecraft · recipes · 1.16.5

Grindstone

grindstone

Recipe #821

1.16.5 #7
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "I-I",
        "# #"
    ],
    "key": {
        "I": {
            "item": "minecraft:stick"
        },
        "-": {
            "item": "minecraft:stone_slab"
        },
        "#": {
            "tag": "minecraft:planks"
        }
    },
    "result": {
        "item": "minecraft:grindstone"
    }
}