G GameIDs
minecraft · recipes · 1.15.2

Grindstone

grindstone

Recipe #821

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