Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Chest, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Hopper.
Hopper
Minecraft · by Mojang Studios
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Hopper | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Hopper and Minecart, in any arrangement. Produces Minecart with Hopper.
Block drops
Drops itself when broken.
Developer reference
- Registry name
minecraft:hopper- Namespace
minecraft- Mod ID
minecraft- Tags (1)
minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"I I",
"ICI",
" I "
],
"ingredients": {
"C": {
"item": "minecraft:chest"
},
"I": {
"item": "minecraft:iron_ingot"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}