G GameIDs
minecraft · recipes · 1.14.4

Dropper

dropper

Recipe #854

1.14.4 #9
{
    "type": "minecraft:crafting_shaped",
    "pattern": [
        "###",
        "# #",
        "#R#"
    ],
    "key": {
        "R": {
            "item": "minecraft:redstone"
        },
        "#": {
            "item": "minecraft:cobblestone"
        }
    },
    "result": {
        "item": "minecraft:dropper"
    }
}