G GameIDs
minecraft · recipes · 1.19.4

Hopper

hopper

Recipe #590

1.19.4 #4
{
    "type": "minecraft:crafting_shaped",
    "category": "redstone",
    "key": {
        "C": {
            "item": "minecraft:chest"
        },
        "I": {
            "item": "minecraft:iron_ingot"
        }
    },
    "pattern": [
        "I I",
        "ICI",
        " I "
    ],
    "result": {
        "item": "minecraft:hopper"
    },
    "show_notification": true
}